ok, now we use testpypi

This commit is contained in:
2021-03-23 13:16:59 +01:00
parent b4a378d6e0
commit f6550a28bb
3 changed files with 39 additions and 3 deletions

View File

@@ -28,4 +28,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload --repository testpypi dist/*