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 1fb59d3 commit ab68c4c
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/* --username "${PYPI_USERNAME}" --password "${PYPI_PASSWORD}" --non-interactive --verbose --disable-progress-bar
- python3 -m twine upload dist/* --non-interactive --verbose --disable-progress-bar
rules:
- if: $CI_COMMIT_TAG

0 comments on commit ab68c4c

Please sign in to comment.