Skip to content

Commit c29e59e

Browse files
committed
fix pypi trusted publishing
1 parent 90a4ff8 commit c29e59e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/_pypi.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
on:
22
workflow_call:
3-
secrets:
4-
PYPI_TOKEN:
5-
required: true
63

74
jobs:
85
upload:
@@ -18,5 +15,3 @@ jobs:
1815

1916
- name: Publish to PyPI using trusted publishing
2017
uses: pypa/gh-action-pypi-publish@release/v1
21-
with:
22-
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)