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 afbd35a commit 14ca42dCopy full SHA for 14ca42d
.github/workflows/pypi.yml
@@ -21,26 +21,10 @@ jobs:
21
- uses: actions/upload-artifact@v3
22
with:
23
path: dist/*.tar.gz
24
-
25
- cibuildwheel:
26
- name: Build wheels on ${{ matrix.os }}
27
- runs-on: ubuntu-22.04
28
- steps:
29
- - uses: actions/checkout@v3
30
31
- - name: Build wheels
32
- if: github.event_name == 'release'
33
- uses: pypa/cibuildwheel@v2.16.5
34
- with:
35
- package-dir: ${{github.workspace}}/python/
36
37
- - uses: actions/upload-artifact@v3
38
39
- path: ./wheelhouse/*.whl
40
+
41
pypi:
42
if: github.event_name == 'release'
43
- needs: [cibuildwheel, build_sdist]
+ needs: build_sdist
44
runs-on: ubuntu-latest
45
steps:
46
- uses: actions/download-artifact@v3
0 commit comments