We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294a01e commit 40752b3Copy full SHA for 40752b3
.github/workflows/build.yml
@@ -32,6 +32,10 @@ jobs:
32
permissions:
33
id-token: write
34
steps:
35
+ - name: Install hatch
36
+ run: pip install hatch
37
+ - name: Build a binary wheel and a source tarball
38
+ run: hatch build
39
- name: Publish distribution to PyPI
40
uses: pypa/gh-action-pypi-publish@release/v1
41
@@ -48,6 +52,10 @@ jobs:
48
52
id-token: write # IMPORTANT: mandatory for sigstore
49
53
50
54
55
56
57
58
51
59
- name: Sign the dists with Sigstore
60
uses: sigstore/gh-action-sigstore-python@v2.1.1
61
with:
0 commit comments