Skip to content

Commit 851b298

Browse files
Add environment variable for Test PyPI publishing
1 parent dd086fb commit 851b298

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/version-and-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
runs-on: ubuntu-latest
2424
permissions:
2525
contents: write
26-
id-token: write
2726

2827
steps:
2928
- name: Checkout
@@ -97,4 +96,6 @@ jobs:
9796

9897
- name: Publish to Test PyPI
9998
if: steps.version.outputs.publish == 'true'
99+
env:
100+
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN_TESTPYPI }}
100101
run: uv publish --publish-url https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)