Skip to content

Commit d20ca32

Browse files
committed
Update
1 parent b95e713 commit d20ca32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Upload packages
6363
run: |
6464
python3 -m pip install --upgrade twine
65-
python3 -m twine upload --verbose packages/opencue_*
65+
python3 -m twine upload --repository ${TWINE_REPOSITORY} --verbose packages/opencue_*
6666
6767
build_docker_images:
6868
needs: build_opencue_packages

0 commit comments

Comments
 (0)