Skip to content

Commit 1ea275e

Browse files
committed
Make sure the deployment stage only ocurrs in master
1 parent 33e741b commit 1ea275e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ deployment:
4444
- source venv/bin/activate
4545
- pip install twine
4646
- python setup.py sdist
47-
- twine upload dist/* -u Stunts -p $pypi_password --repository-url https://pypi.org/legacy/
47+
- twine upload dist/* -u Stunts -p $pypi_password
4848
only:
4949
-master # Make sure this only happens in `master`

0 commit comments

Comments
 (0)