Update publishing workflow to publish to test server

This commit is contained in:
Roman Mogylatov 2021-01-26 08:16:22 -05:00
parent 9971d4bb27
commit 5345f3db42

View File

@ -20,4 +20,4 @@ jobs:
python-version: 3.9
- run: python setup.py sdist
- run: pip install twine
- run: twine upload dist/*
- run: twine upload --repository testpypi dist/*