Skip to content

Commit 6f965c2

Browse files
committed
Add upload_python_packages_test job with TestPyPI credentials to release-pipeline
1 parent b08ef1b commit 6f965c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release-pipeline.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,15 @@ jobs:
4141
echo "opencue_cueadmin_path=$(ls -a packages/opencue_cueadmin-*.whl)" >> $GITHUB_OUTPUT
4242
echo "opencue_cuegui_path=$(ls -a packages/opencue_cuegui-*.whl)" >> $GITHUB_OUTPUT
4343
44-
45-
upload_python_packages:
44+
upload_python_packages_test:
4645
needs: build_opencue_packages
4746
runs-on: ubuntu-22.04
4847
container: python:3.10
4948
name: "Upload python packages"
49+
env:
50+
TWINE_USERNAME: "__token__"
51+
TWINE_PASSWORD: "${{ secrets.TEST_PYPI_API_TOKEN }}"
52+
5053
steps:
5154
- name: Download artifact
5255
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)