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 cf93107 commit 6b6fb54Copy full SHA for 6b6fb54
{{cookiecutter.project_name}}/.github/workflows/release-python.yml
@@ -40,6 +40,8 @@ jobs:
40
needs: get_tag
41
outputs:
42
tag: {{ "${{ needs.get_tag.outputs.tag }}" }}
43
+ permissions:
44
+ id-token: write
45
steps:
46
- name: Checkout code
47
uses: actions/checkout@v4
@@ -77,7 +79,8 @@ jobs:
77
79
name: Publish to Production PyPI and GitHub
78
80
runs-on: ubuntu-latest
81
needs: build_and_testpypi
-
82
83
84
85
86
0 commit comments