Skip to content

Commit

Permalink
ci: upload job is not manual anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jmottier-niryo committed Dec 11, 2024
1 parent ff2fbf9 commit 4c561d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ upload_package:
- twine upload -u __token__ -p $PYPI_TOKEN --repository-url $PYPI_UPLOAD_URL dist/*
rules:
- if: $CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"
when: manual
variables:
PYPI_UPLOAD_URL: https://upload.pypi.org/legacy/

Expand Down

0 comments on commit 4c561d9

Please sign in to comment.