Update .gitlab-ci.yml file

This commit is contained in:
Russell Ballestrini 2025-12-29 14:31:53 +00:00
parent a362190ea5
commit 00edd84398

View file

@ -65,6 +65,6 @@ pypi-twine:
- tags
script:
#- pip install --upgrade pip
- pip install twine
#- pip install twine
- python3 setup.py sdist bdist_wheel
- twine upload dist/*