Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
- poetryで作成したsrcパッケージがコンパイルできないため、setuptoolsに戻す
  • Loading branch information
TadaoYamaoka committed Jan 15, 2024
1 parent bcd06bd commit 90489b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
- name: Build
if: ${{ matrix.python-minor-version != 10 }}
run: python setup.py bdist_wheel
- name: Check
run: python -c "import cshogi"
- name: Publish
if: github.event_name == 'release' && github.event.action == 'published'
env:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def finalize_options(self):

setup_kwargs = {
"name": "cshogi",
"version": "0.7.9",
"version": "0.8.0",
"description": "A fast Python shogi library",
"long_description": None,
"author": "Tadao Yamaoka",
Expand Down

0 comments on commit 90489b2

Please sign in to comment.