Skip to content

Commit

Permalink
Upload to real PyPI (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtritt committed Jun 12, 2023
1 parent 42b6569 commit f70cefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install twine
ls -1 dist
python -m twine upload --repository-url https://test.pypi.org/legacy/ --u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }} --skip-existing dist/*
python -m twine upload --u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }} --skip-existing dist/*
- name: Publish wheel and source distributions as a GitHub release
run: |
Expand Down

0 comments on commit f70cefc

Please sign in to comment.