Skip to content

Commit 6218b3d

Browse files
committed
fix(ci): correct user parameter name
1 parent 29a168a commit 6218b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
uses: pypa/gh-action-pypi-publish@release/v1.5
2828
if: "github.event.release.prerelease"
2929
with:
30-
username: __token__
30+
user: __token__
3131
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
3232

3333
- name: Publish to PyPI
3434
uses: pypa/gh-action-pypi-publish@release/v1.5
3535
if: "!github.event.release.prerelease"
3636
with:
37-
username: __token__
37+
user: __token__
3838
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)