From 00edd84398a207f2f4c006cc8a431d0c3be5e9c3 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 29 Dec 2025 14:31:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54eb762..3b9247e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/*