Skip to content

Commit a9abf17

Browse files
Update publish.yml
Restore "attestations: true" line
1 parent dcaacb0 commit a9abf17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ jobs:
2424
- name: Publish to PyPI
2525
uses: pypa/gh-action-pypi-publish@release/v1
2626
with:
27-
password: ${{ secrets.PYPI_API_TOKEN }}
28-
# Remove attestations line if it exists
27+
attestations: true

0 commit comments

Comments
 (0)