We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadf3a4 commit c52874cCopy full SHA for c52874c
1 file changed
.github/workflows/deploy_testpypi.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v6
19
+ with:
20
+ persist-credentials: false
21
22
- name: Set up UV
23
uses: astral-sh/setup-uv@v7.6.0
@@ -31,5 +33,7 @@ jobs:
31
33
- name: Build package with Uv
32
34
run: uv build # Build source distribution and wheel
35
- - name: Publish to TestPyPI with Trusted Publisher
- run: uv publish --index testpypi
36
+ - name: Publish package distributions to TestPyPI
37
+ uses: pypa/gh-action-pypi-publish@release/v1
38
39
+ repository-url: https://test.pypi.org/legacy/
0 commit comments