Skip to content

Commit 2cae18d

Browse files
authored
Update publish-package.yml
1 parent 80e7bed commit 2cae18d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,6 @@ jobs:
6767
- name: Publish release distributions to PyPI
6868
uses: pypa/gh-action-pypi-publish@release/v1
6969
with:
70+
user: __token__
71+
password: ${{ secrets.PYPI_API_TOKEN }}
7072
packages-dir: dist/

0 commit comments

Comments
 (0)