We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab0dfa commit 09c8879Copy full SHA for 09c8879
1 file changed
.github/workflows/cd.yml
@@ -9,6 +9,8 @@ jobs:
9
build-and-publish:
10
runs-on: ubuntu-latest
11
environment: release
12
+ permissions:
13
+ id-token: write
14
15
steps:
16
- name: Checkout code
@@ -35,8 +37,6 @@ jobs:
35
37
36
38
- name: Publish to PyPI
39
uses: pypa/gh-action-pypi-publish@release/v1
- with:
- password: ${{ secrets.PYPI_API_TOKEN }}
40
41
- name: Create GitHub Release
42
uses: softprops/action-gh-release@v1
0 commit comments