Skip to content
Snippets Groups Projects
Commit 504a9c6d authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Install twine into venv to upload packages

parent aa5488b1
No related branches found
No related tags found
No related merge requests found
Pipeline #163066 passed
...@@ -32,6 +32,6 @@ publish-job: ...@@ -32,6 +32,6 @@ publish-job:
dependencies: dependencies:
- test - test
script: script:
- python -m pip install -U twine - ls dist/ wheelhouse/
- venv/bin/pip install -U twine
- twine upload -u __token__ -p "$PYPI_TOKEN" dist/*.tar.gz wheelhouse/* - venv/bin/twine upload -u __token__ -p "$PYPI_TOKEN" dist/*.tar.gz wheelhouse/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment