Skip to content

Commit b6ba423

Browse files
committed
Update
1 parent fc5aab3 commit b6ba423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
env:
5151
TWINE_USERNAME: "__token__"
5252
TWINE_PASSWORD: "${{ secrets.TEST_PYPI_API_TOKEN }}"
53+
TWINE_REPOSITORY: "testpy"
5354

5455
steps:
5556
- name: Download artifact
@@ -61,7 +62,7 @@ jobs:
6162
- name: Upload packages
6263
run: |
6364
python3 -m pip install --upgrade twine
64-
python3 -m twine upload --verbose --repository testpypi packages/opencue*
65+
python3 -m twine upload --verbose packages/opencue_*
6566
6667
build_docker_images:
6768
needs: build_opencue_packages

0 commit comments

Comments
 (0)