We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a54d5e commit b182526Copy full SHA for b182526
.gitlab/release.yml
@@ -5,16 +5,19 @@ build-and-upload-wheels:
5
stage: release
6
timeout: 15m
7
tags: [type/docker, os/linux] # Use a runner with these tags
8
+ needs: []
9
rules:
10
- if: $JET_ONLY != null
11
when: never
12
- if: $CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+$/
13
+ when: manual
14
variables:
15
RELEASE: "true"
16
TWINE_USERNAME: svc-dl-algo-ammo
17
TWINE_PASSWORD: $ARTIFACTORY_TOKEN # Configured in GitLab > Settings > CI/CD
18
REPO_URL: https://urm.nvidia.com/artifactory/api/pypi/sw-dl-algo-ammo-pypi-local
19
- if: $CI_PIPELINE_SOURCE == "schedule"
20
21
22
RELEASE: "false"
23
TWINE_USERNAME: gitlab-ci-token
0 commit comments