Skip to content
Snippets Groups Projects
Commit 1756d488 authored by Frederik Arnold's avatar Frederik Arnold
Browse files

Update .gitlab-ci.yml file

parent 16830ea6
No related branches found
No related tags found
No related merge requests found
Pipeline #37372 passed
......@@ -45,16 +45,16 @@ badge:
only:
- tags
# upload:
# stage: upload
# script:
# - pip install twine
# - cat $PYPIRC > /tmp/.pypirc
# - python -m pip install --upgrade build
# - python -m build
# - python -m twine upload --repository pypi dist/* --config-file /tmp/.pypirc
# only:
# - tags
upload:
stage: upload
script:
- pip install twine
- cat $PYPIRC > /tmp/.pypirc
- python -m pip install --upgrade build
- python -m build
- python -m twine upload --repository pypi dist/* --config-file /tmp/.pypirc
only:
- tags
release_job:
stage: release
......
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