1 parent 6b42ca7 commit c762b31Copy full SHA for c762b31
1 file changed
.github/workflows/publish.yml
@@ -27,18 +27,8 @@ jobs:
27
run: pip install --upgrade build hatchling # NOSONAR - trusted packages
28
29
- name: Build package
30
- run: python -m build --verbose
31
- - name: Debug dist contents
32
- run: |
33
- ls -la dist/
34
- python -m zipfile -l dist/*.whl
35
- - name: Verify wheel metadata
36
37
38
- python -m zipfile -e dist/*.whl /tmp/wheel_extracted
39
- cat /tmp/wheel_extracted/*/METADATA | head -20
40
-
+ run: python -m build
41
- name: Publish to PyPI
42
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # release/v1
43
with:
44
verify-metadata: false
0 commit comments