Skip to content

Commit b182526

Browse files
Wheel build CI fix
1 parent 1a54d5e commit b182526

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@ build-and-upload-wheels:
55
stage: release
66
timeout: 15m
77
tags: [type/docker, os/linux] # Use a runner with these tags
8+
needs: []
89
rules:
910
- if: $JET_ONLY != null
1011
when: never
1112
- if: $CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+$/
13+
when: manual
1214
variables:
1315
RELEASE: "true"
1416
TWINE_USERNAME: svc-dl-algo-ammo
1517
TWINE_PASSWORD: $ARTIFACTORY_TOKEN # Configured in GitLab > Settings > CI/CD
1618
REPO_URL: https://urm.nvidia.com/artifactory/api/pypi/sw-dl-algo-ammo-pypi-local
1719
- if: $CI_PIPELINE_SOURCE == "schedule"
20+
when: manual
1821
variables:
1922
RELEASE: "false"
2023
TWINE_USERNAME: gitlab-ci-token

0 commit comments

Comments
 (0)