We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9220e commit b8c4286Copy full SHA for b8c4286
.github/workflows/build_and_package_wheels.yml
@@ -50,6 +50,8 @@ jobs:
50
needs: [build_distributions]
51
runs-on: ubuntu-latest
52
if: github.ref_type == 'tag'
53
+ environment:
54
+ name: prod
55
permissions:
56
id-token: write
57
contents: write
0 commit comments