We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f13d15 commit 5fc7310Copy full SHA for 5fc7310
1 file changed
.github/workflows/publish.yml
@@ -25,7 +25,9 @@ jobs:
25
26
- name: Build release distributions
27
run: |
28
- uv build
+ uv build --verbose
29
+ ls -lh dist
30
+ unzip -p dist/*.whl | head -20
31
32
- name: Upload release distributions
33
uses: actions/upload-artifact@v4
@@ -45,7 +47,10 @@ jobs:
45
47
name: release-dists
46
48
path: dist/
49
50
+ - name: Inspect wheel before publish
51
+ run: |
52
53
54
+
55
- name: Publish release distributions to PyPI
- uses: pypa/gh-action-pypi-publish@v1.8.14
- with:
- attestations: true
56
+ uses: pypa/gh-action-pypi-publish@v1.8.14
0 commit comments