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.
2 parents 3f23f0c + 530d914 commit de19ce9Copy full SHA for de19ce9
.gitlab-ci.yml
@@ -159,7 +159,7 @@ packaging:
159
- conda activate $CONDA_BASE_NAME-$PYTHON_VER
160
- export PATH="~/.local/bin/:/data/gitlab-runner/.conda/envs/$CONDA_BASE_NAME-$PYTHON_VER/bin:$PATH"
161
- pip install build twine
162
- - python -m build --sdists --wheel
+ - python -m build --sdist --wheel
163
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
164
165
only:
0 commit comments