Skip to content

Commit

Permalink
release to normal PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdebruijn committed Aug 16, 2024
1 parent e71c8a4 commit 476525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI }}
run: |
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
python -m twine upload --repository-url https://pypi.org/legacy/ dist/*

0 comments on commit 476525f

Please sign in to comment.