Skip to content
Snippets Groups Projects
Commit 284eaa29 authored by Tobias Hangleiter's avatar Tobias Hangleiter
Browse files

Fix pypi authentication

parent 2eb7104b
No related branches found
No related tags found
1 merge request!109Fix pypi authentication
......@@ -45,7 +45,7 @@ pypi:
artifacts: true
script:
- pip install -U twine
- twine upload -u "$TWINE_USERNAME" -p "$TWINE_PASSWORD" dist/*
- twine upload dist/*
rules:
- if: '$CI_COMMIT_TAG =~ /^v\d{4}\.\d{1,2}\.\d{1,2}$/'
# Always publish tagged commits matching CalVer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment