Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Dec 22, 2023
1 parent 9c2cb1c commit b72775e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
# Build package, test pip install works, then upload to PyPI with twine
run: |
python setup.py sdist bdist_wheel
pip install dist/*.tar.gz
pip install dist/*.tar.gz
twine upload dist/*

0 comments on commit b72775e

Please sign in to comment.