Update .gitlab-ci.yml file

This commit is contained in:
Jason Secula
2026-02-13 14:16:03 +01:00
parent 3645ecc257
commit cfd6c2acb9

View File

@@ -1,5 +1,7 @@
build-deploy: # This job runs in the build stage, which runs first.
image: python:latest
rules:
- if: $CI_COMMIT_TAG
variables:
TWINE_USERNAME: gitlab-ci-token
TWINE_PASSWORD: $CI_JOB_TOKEN