Skip to content

Commit 09c8879

Browse files
committed
update cd
1 parent 4ab0dfa commit 09c8879

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
build-and-publish:
1010
runs-on: ubuntu-latest
1111
environment: release
12+
permissions:
13+
id-token: write
1214

1315
steps:
1416
- name: Checkout code
@@ -35,8 +37,6 @@ jobs:
3537
3638
- name: Publish to PyPI
3739
uses: pypa/gh-action-pypi-publish@release/v1
38-
with:
39-
password: ${{ secrets.PYPI_API_TOKEN }}
4040

4141
- name: Create GitHub Release
4242
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)