Skip to content

Commit

Permalink
better version
Browse files Browse the repository at this point in the history
  • Loading branch information
BinarSkugga committed Oct 10, 2023
1 parent f5edb91 commit f6b7828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
run: python setup.py sdist
- name: Publish package
run: |
pip install twine
python setup.py sdist bdist_wheel
python -m twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} --verbose dist/*

0 comments on commit f6b7828

Please sign in to comment.