Skip to content

Commit

Permalink
Update the version of cibuildwheel to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Sep 25, 2020
1 parent da802d8 commit 8496ed9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.5.5
python -m pip install cibuildwheel==1.6.1
- name: Build wheels
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.5.5
python -m pip install cibuildwheel==1.6.1
- name: Build wheels
run: |
Expand All @@ -58,7 +58,7 @@ jobs:
name: Upload to PyPI
needs: [build_sdist, build_wheels]
runs-on: ubuntu-latest
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
# alternatively, to publish when a GitHub Release is created, use the following rule:
# if: github.event_name == 'release' && github.event.action == 'published'
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.5.5
python -m pip install cibuildwheel==1.6.1
- name: Build wheels
run: |
Expand All @@ -58,7 +58,7 @@ jobs:
name: Upload to PyPI
needs: [build_sdist, build_wheels]
runs-on: ubuntu-latest
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
# alternatively, to publish when a GitHub Release is created, use the following rule:
# if: github.event_name == 'release' && github.event.action == 'published'
steps:
Expand Down

0 comments on commit 8496ed9

Please sign in to comment.