Update .gitlab-ci.yml file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user