Skip to content

Commit

Permalink
Update target pypi repository
Browse files Browse the repository at this point in the history
  • Loading branch information
daffodilistic committed Jul 16, 2021
1 parent fc1b5a1 commit 84049d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload --repository testpypi dist/*
twine upload --repository pypi dist/*

0 comments on commit 84049d1

Please sign in to comment.