We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
upload_python_packages_test
1 parent b08ef1b commit 6f965c2Copy full SHA for 6f965c2
.github/workflows/release-pipeline.yml
@@ -41,12 +41,15 @@ jobs:
41
echo "opencue_cueadmin_path=$(ls -a packages/opencue_cueadmin-*.whl)" >> $GITHUB_OUTPUT
42
echo "opencue_cuegui_path=$(ls -a packages/opencue_cuegui-*.whl)" >> $GITHUB_OUTPUT
43
44
-
45
- upload_python_packages:
+ upload_python_packages_test:
46
needs: build_opencue_packages
47
runs-on: ubuntu-22.04
48
container: python:3.10
49
name: "Upload python packages"
+ env:
50
+ TWINE_USERNAME: "__token__"
51
+ TWINE_PASSWORD: "${{ secrets.TEST_PYPI_API_TOKEN }}"
52
+
53
steps:
54
- name: Download artifact
55
uses: actions/download-artifact@v4
0 commit comments