Update .gitlab-ci.yml

This commit is contained in:
Russell Ballestrini 2025-03-08 18:40:00 +00:00
parent bd8335703d
commit ef9c51b115

View file

@ -1,7 +1,6 @@
stages:
- test
#- build
#- deploy
- pypi-twine
test:
stage: test
@ -12,3 +11,14 @@ test:
- env.vanilla
expire_in: 1 hour
pypi-twine:
stage: pypi-twine
tags:
- build
only:
- tags
script:
- pip install --upgrade pip
- pip install twine
- python3 setup.py sdist bdist_wheel
- twine upload dist/*