There was an error while loading. Please reload this page.
1 parent 00b2491 commit bdae3efCopy full SHA for bdae3ef
1 file changed
.github/workflows/tpchgen-cli-publish-pypi.yml
@@ -139,10 +139,18 @@ jobs:
139
attestations: write # Used to generate artifact attestation
140
steps:
141
- uses: actions/download-artifact@v4
142
+
143
+ - name: Install twine
144
+ run: pip install twine
145
146
+ - name: Check distributions with twine
147
+ run: twine check --strict wheels-*/*
148
149
- name: Generate artifact attestation
150
uses: actions/attest-build-provenance@v2
151
with:
152
subject-path: 'wheels-*/*'
153
154
- name: Publish to PyPI
155
uses: PyO3/maturin-action@v1
156
0 commit comments