We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0392b commit 3360b28Copy full SHA for 3360b28
.gitlab-ci.yml
@@ -593,6 +593,7 @@ publishing_to_pypi:
593
rules:
594
- if: $CI_COMMIT_TAG =~ /^v\d+.\d+.\d+$/
595
script:
596
+ - export PATH=$HOME/.local/bin:$PATH
597
- python$PYTHON_VERSION -m pip install twine
598
- twine upload --non-interactive dist/*
599
variables:
@@ -610,6 +611,7 @@ publishing_to_test_pypi:
610
611
612
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
613
614
615
616
- twine upload --verbose --non-interactive --repository-url https://test.pypi.org/legacy/ dist/*
617
0 commit comments