Skip to content

Commit a5722de

Browse files
authored
Update publish.yml
1 parent 82013cf commit a5722de

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ jobs:
3636

3737
- name: Publish package to PyPI
3838
uses: pypa/gh-action-pypi-publish@release/v1
39-
with:
40-
api_token: ${{ secrets.PYPI_API_TOKEN }}
39+
with:
40+
user: __token__
41+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)