Skip to content

Commit b3dba85

Browse files
committed
pypi test
1 parent 9ff2fa2 commit b3dba85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
if: "! steps.check-version.outputs.tag"
6666
uses: pypa/[email protected]
6767
with:
68-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
68+
user: __token__
69+
password: ${{ secrets.TEST_PYPI_TOKEN }}
6970
repository_url: https://test.pypi.org/legacy/
7071

7172
- name: Publish the release notes

0 commit comments

Comments
 (0)