We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd4e66 commit 2833cdfCopy full SHA for 2833cdf
.github/workflows/release-package.yml
@@ -30,13 +30,17 @@ jobs:
30
name: pypi
31
needs:
32
- release-package
33
+ if: github.ref_type == 'tag'
34
steps:
35
- name: Download built distributions
36
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
37
with:
38
name: release-dists
39
path: dist/
40
41
+ - name: Set up uv
42
+ uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
43
+
44
- name: Publish 📦 to PyPI
45
# Only publish if the option is explicitly set in the calling workflow.
46
run: uv publish --trusted-publishing always
0 commit comments