Skip to content

Commit aab4570

Browse files
authored
Update _test_release.yml
1 parent 43bb2f2 commit aab4570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: pypa/gh-action-pypi-publish@release/v1
8181
with:
8282
user: __token__
83-
password: ${{ secrets.TEST_PYPI_API_TOKEN }} # gets ignored if oidc is true
83+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
8484
packages-dir: ${{ inputs.working-directory }}/dist/
8585
verbose: true
8686
print-hash: true

0 commit comments

Comments
 (0)