We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a74064f + 8f79fda commit 09843d9Copy full SHA for 09843d9
.github/workflows/validate-and-publish.yml
@@ -54,7 +54,7 @@ jobs:
54
needs: build
55
environment: production
56
runs-on:
57
- group: package-deploy # environment: production # require manual approval for production deployments
+ group: package-deploy # environment: production; require manual approval for production deployments
58
59
steps:
60
# https://github.com/actions/checkout
@@ -101,7 +101,6 @@ jobs:
101
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
102
with:
103
packages-dir: dist-to-publish/
104
- repository-url: https://test.pypi.org/legacy/ # publishing to Test PyPI for now
105
verbose: true
106
107
- name: Create GitHub Release
0 commit comments