Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleGiacomini authored Apr 15, 2024
1 parent afbd35a commit 14ca42d
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,10 @@ jobs:
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz

cibuildwheel:
name: Build wheels on ${{ matrix.os }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- name: Build wheels
if: github.event_name == 'release'
uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: ${{github.workspace}}/python/

- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl


pypi:
if: github.event_name == 'release'
needs: [cibuildwheel, build_sdist]
needs: build_sdist
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 14ca42d

Please sign in to comment.