second hold for pypi deploy

This commit is contained in:
Richard Guo 2023-06-09 13:12:22 -04:00
parent e5cb9f6b7b
commit 5a0b348219
2 changed files with 3 additions and 1 deletions

View File

@ -337,6 +337,8 @@ workflows:
build-py-deploy: build-py-deploy:
when: << pipeline.parameters.run-python-workflow >> when: << pipeline.parameters.run-python-workflow >>
jobs: jobs:
- pypi-hold:
type: approval
- hold: - hold:
type: approval type: approval
- build-py-linux: - build-py-linux:
@ -360,7 +362,7 @@ workflows:
branches: branches:
only: only:
requires: requires:
- hold - pypi-hold
- build-py-windows - build-py-windows
- build-py-linux - build-py-linux
- build-py-macos - build-py-macos