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.
master
1 parent 33e741b commit 1ea275eCopy full SHA for 1ea275e
.gitlab-ci.yml
@@ -44,6 +44,6 @@ deployment:
44
- source venv/bin/activate
45
- pip install twine
46
- python setup.py sdist
47
- - twine upload dist/* -u Stunts -p $pypi_password --repository-url https://pypi.org/legacy/
+ - twine upload dist/* -u Stunts -p $pypi_password
48
only:
49
-master # Make sure this only happens in `master`
0 commit comments