Skip to content

Commit e012dd3

Browse files
committed
Restrict package upload in release-pipeline to opencue_cueadmin-* files
1 parent 6f965c2 commit e012dd3

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
@@ -60,7 +60,7 @@ jobs:
6060
- name: Upload packages
6161
run: |
6262
python3 -m pip install --upgrade twine
63-
python3 -m twine upload --repository testpypi packages/*
63+
python3 -m twine upload --repository testpypi packages/opencue_cueadmin-*
6464
6565
build_docker_images:
6666
needs: build_opencue_packages

0 commit comments

Comments
 (0)