We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5aab3 commit b6ba423Copy full SHA for b6ba423
.github/workflows/release-pipeline.yml
@@ -50,6 +50,7 @@ jobs:
50
env:
51
TWINE_USERNAME: "__token__"
52
TWINE_PASSWORD: "${{ secrets.TEST_PYPI_API_TOKEN }}"
53
+ TWINE_REPOSITORY: "testpy"
54
55
steps:
56
- name: Download artifact
@@ -61,7 +62,7 @@ jobs:
61
62
- name: Upload packages
63
run: |
64
python3 -m pip install --upgrade twine
- python3 -m twine upload --verbose --repository testpypi packages/opencue*
65
+ python3 -m twine upload --verbose packages/opencue_*
66
67
build_docker_images:
68
needs: build_opencue_packages
0 commit comments