Skip to content

Commit

Permalink
refactor actions
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubermagal committed Jan 14, 2024
1 parent d2e7ef4 commit 6a37a5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
pip install setuptools wheel twine
- name: Build and publish
env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: |
python setup.py sdist
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} --verbose
twine upload dist/* -u __token__ -p $PYPI_API_TOKEN --verbose

0 comments on commit 6a37a5b

Please sign in to comment.