Skip to content

Commit a9afc4f

Browse files
committed
disable trusted publishing
1 parent 1e2049d commit a9afc4f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
name: Publish package to PyPI
4141
runs-on: ubuntu-latest
4242
environment: release
43-
permissions:
44-
id-token: write
43+
# permissions:
44+
# id-token: write
4545
steps:
4646
- name: Download sdist artifact
4747
uses: actions/download-artifact@v6
@@ -58,5 +58,4 @@ jobs:
5858
- name: Upload distributions to PyPI
5959
uses: pypa/gh-action-pypi-publish@release/v1
6060
with:
61-
user: __token__
6261
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)