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 864441b commit 484d205Copy full SHA for 484d205
1 file changed
.github/workflows/python-publish.yml
@@ -24,6 +24,7 @@ jobs:
24
startsWith(github.ref, 'refs/tags/v')) ||
25
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main'))
26
runs-on: ubuntu-latest
27
+ environment: github-release
28
env:
29
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: "true"
30
permissions:
0 commit comments