Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Commit cd83606

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)