Skip to content

Commit

Permalink
Change pypi release from test to real registry
Browse files Browse the repository at this point in the history
  • Loading branch information
terrorfisch committed Apr 3, 2020
1 parent c7d932d commit 8725cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Expand Up @@ -23,4 +23,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*

0 comments on commit 8725cf1

Please sign in to comment.