Skip to content

Commit dcaacb0

Browse files
Update publish.yml
Restore password use
1 parent 001c88e commit dcaacb0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
jobs:
66
deploy:
77
runs-on: ubuntu-latest
8-
permissions:
9-
id-token: write
10-
contents: read
118
steps:
129
- uses: actions/checkout@v4
1310

@@ -27,6 +24,5 @@ jobs:
2724
- name: Publish to PyPI
2825
uses: pypa/gh-action-pypi-publish@release/v1
2926
with:
30-
attestations: true
31-
# Remove or comment out the password line if it exists
32-
# password: ${{ secrets.PYPI_API_TOKEN }}
27+
password: ${{ secrets.PYPI_API_TOKEN }}
28+
# Remove attestations line if it exists

0 commit comments

Comments
 (0)