Skip to content

Commit 11d22d8

Browse files
author
spencer@primus
committed
Reorganize secrets input
1 parent d7e7323 commit 11d22d8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish_to_test_pypi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
os: ubuntu-22.04
2727
python-version: "3.10"
2828
uv-version: "0.6.14"
29-
token: ${{ secrets.TESTPYPI_API_TOKEN }}
30-
index: "testpypi"
29+
index: "testpypi"
30+
secrets:
31+
token: ${{ secrets.TESTPYPI_API_TOKEN }}

0 commit comments

Comments
 (0)