Skip to content

Commit

Permalink
Update pythonpublish.yml build command
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink authored Sep 8, 2024
1 parent a31b4bb commit 4b6a343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build
run: |
python setup.py sdist bdist_wheel
python -m build
# See https://docs.pypi.org/trusted-publishers/using-a-publisher/
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 4b6a343

Please sign in to comment.