Skip to content

Commit 14ca42d

Browse files
Update pypi.yml
1 parent afbd35a commit 14ca42d

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,10 @@ jobs:
2121
- uses: actions/upload-artifact@v3
2222
with:
2323
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-
with:
39-
path: ./wheelhouse/*.whl
40-
24+
4125
pypi:
4226
if: github.event_name == 'release'
43-
needs: [cibuildwheel, build_sdist]
27+
needs: build_sdist
4428
runs-on: ubuntu-latest
4529
steps:
4630
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)