Skip to content

Commit cd83606

Browse files
authored
Update python-publish.yml
1 parent 04bfa41 commit cd83606

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ jobs:
5757
- name: Publish release distributions to PyPI
5858
uses: pypa/gh-action-pypi-publish@release/v1
5959
with:
60+
user: __token__
61+
password: ${{ secrets.PYPI_API_TOKEN }}
6062
packages-dir: dist/

0 commit comments

Comments
 (0)