Skip to content

Commit

Permalink
actually run build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel authored Mar 13, 2024
1 parent 32b4b19 commit bc8c4be
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 @@ -28,5 +28,5 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python build
python -m build
twine upload dist/*

0 comments on commit bc8c4be

Please sign in to comment.