Skip to content

Commit b585942

Browse files
committed
pretest
1 parent af258d6 commit b585942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
4141
with:
4242
user: __token__
43-
password: ${{ secrets.PYPI_API_TOKEN }}
43+
password: ${{ secrets.token_api }}
4444
repository_url: https://upload.pypi.org/legacy/
4545
env:
4646
pythonLocation: /opt/hostedtoolcache/Python/3.12.4/x64

0 commit comments

Comments
 (0)