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 cad4928 commit 33e741bCopy full SHA for 33e741b
.gitlab-ci.yml
@@ -44,5 +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://test.pypi.org/legacy/
48
-# Make sure this only happens in `master`
+ - twine upload dist/* -u Stunts -p $pypi_password --repository-url https://pypi.org/legacy/
+ only:
49
+ -master # Make sure this only happens in `master`
0 commit comments