Skip to content

Commit

Permalink
updating pypi build command
Browse files Browse the repository at this point in the history
  • Loading branch information
davidslusser committed Mar 12, 2024
1 parent 24188f7 commit 92ad0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
steps:
- uses: davidslusser/[email protected]
with:
build_command: "python setup.py sdist bdist_wheel"
build_command: "python -m build"
pypi_username: ${{ secrets.PYPI_USERNAME }}
pypi_password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 92ad0b1

Please sign in to comment.