We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b6569 commit f70cefcCopy full SHA for f70cefc
.github/workflows/deploy_release.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
python -m pip install twine
31
ls -1 dist
32
- 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/*
33
34
- name: Publish wheel and source distributions as a GitHub release
35
0 commit comments