We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab5638 commit 7bc76f0Copy full SHA for 7bc76f0
1 file changed
.github/workflows/publish.yaml
@@ -10,10 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
permissions:
12
id-token: write
13
- contents: write
14
- environment:
15
- name: pypi
16
- url: https://pypi.org/p/template-python
+ environment: pypi
17
steps:
18
- uses: actions/checkout@v4
19
with:
@@ -29,4 +26,4 @@ jobs:
29
26
30
27
files: dist/*
31
28
tag_name: ${{ github.event.release.tag_name }}
32
- - uses: pypa/gh-action-pypi-publish@release/v1
+ - run: uv publish --trusted-publishing always --publish-url https://test.pypi.org/legacy/
0 commit comments