Skip to content

Commit

Permalink
build with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanshreeA committed Aug 30, 2023
1 parent 2ae3fa0 commit 31f6a60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

run: |
python setup.py sdist bdist_wheel
# python setup.py sdist bdist_wheel
poetry build
twine upload --verbose --skip-existing dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD

0 comments on commit 31f6a60

Please sign in to comment.