Skip to content

Commit 5ea5e44

Browse files
committed
push.yml
1 parent 8a3b20a commit 5ea5e44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
path: "dist/"
9999
- uses: "pypa/gh-action-pypi-publish@release/v1"
100100
with:
101+
user: __token__
102+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
101103
repository-url: "https://test.pypi.org/legacy/"
102104
skip-existing: true
103105
on: "push"

0 commit comments

Comments
 (0)