We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d533bb4 commit fe36c73Copy full SHA for fe36c73
.github/workflows/release-pipeline.yml
@@ -41,6 +41,11 @@ 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
+ - name: Upload packages
45
+ run: |
46
+ python3 -m pip install --upgrade twine
47
+ python3 -m twine upload --repository testpypi packages/*
48
+
49
build_docker_images:
50
needs: build_python_packages
51
runs-on: ubuntu-22.04
0 commit comments