Skip to content

Commit 224af11

Browse files
Update publish.yml
Changes to fix PyPI issues
1 parent 3362a0f commit 224af11

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Publish to PyPI
2-
32
on:
43
release:
54
types: [published]
6-
75
jobs:
86
deploy:
97
runs-on: ubuntu-latest
@@ -26,4 +24,5 @@ jobs:
2624
- name: Publish to PyPI
2725
uses: pypa/gh-action-pypi-publish@release/v1
2826
with:
29-
password: ${{ secrets.PYPI_API_TOKEN }}
27+
password: ${{ secrets.PYPI_API_TOKEN }}
28+
# Remove attestations line if it exists

0 commit comments

Comments
 (0)