Skip to content

Commit

Permalink
chore: fix build script in gh release action (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper authored Sep 5, 2024
1 parent e2c23ab commit 436b6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install setuptools wheel twine
- name: Build
run: python setup.py sdist bdist_wheel
run: python -m build

- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 436b6c3

Please sign in to comment.