Skip to content

Commit 4a20b22

Browse files
ci: add PYPI_API_TOKEN secret (#901)
1 parent c3ce052 commit 4a20b22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151

5252
- name: Publish
5353
uses: pypa/gh-action-pypi-publish@release/v1
54+
with:
55+
password: ${{ secrets.PYPI_API_TOKEN }}
5456

5557
asset:
5658
needs: [build]

0 commit comments

Comments
 (0)