-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #536 from padix-key/ci
Fix CI
- Loading branch information
Showing
2 changed files
with
15 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: Install cibuildwheel | ||
# MAKE SURE THIS STAYS IN SYNC WITH THE LOWER GHA cibuildwheel | ||
run: pipx install cibuildwheel==2.16.2 | ||
run: pipx install cibuildwheel==2.16.5 | ||
- id: set-matrix | ||
run: | | ||
MATRIX=$( | ||
|
@@ -84,7 +84,7 @@ jobs: | |
|
||
- name: Build & (optionally) test wheels | ||
# MAKE SURE THIS STAYS IN SYNC WITH THE UPPER pipx call to cibuildwheel | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].5 | ||
with: | ||
only: ${{ matrix.only }} | ||
|
||
|
@@ -240,7 +240,7 @@ jobs: | |
with: | ||
password: ${{ secrets.PYPI_TOKEN }} | ||
|
||
|
||
upload-docs: | ||
name: Upload documentation to GitHub Releases | ||
permissions: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters