Skip to content

Commit 4515c34

Browse files
committed
test the publiching
1 parent 25fedb0 commit 4515c34

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
@@ -61,13 +61,13 @@ jobs:
6161
uses: pypa/gh-action-pypi-publish@release/v1
6262
with:
6363
repository_url: https://test.pypi.org/legacy/
64-
username: __token__
64+
user: __token__
6565
password: ${{ secrets.test_pypi_password }}
6666

6767
- name: Publish to PyPI
6868
uses: pypa/gh-action-pypi-publish@release/v1
6969
with:
70-
username: __token__
70+
user: __token__
7171
password: ${{ secrets.pypi_password }}
7272

7373
- name: Notify on failure

0 commit comments

Comments
 (0)