Skip to content

Commit

Permalink
Fix tag pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
k-knosala committed Apr 22, 2024
1 parent 2f62a84 commit df7a693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -250,7 +250,7 @@ pypi-upload:
- test v${PYPROJECT_VERSION} = ${CI_COMMIT_TAG}
# Build and push to pypi
- python3 -m build
- python3 -m twine upload dist/* -u __token__ -p ${TWINE_PASSWORD} --non-interactive --verbose --disable-progress-bar
- python3 -m twine upload --repository pypi --non-interactive --verbose --disable-progress-bar dist/*
rules:
- if: $CI_COMMIT_TAG

0 comments on commit df7a693

Please sign in to comment.