Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.19.1 to 2.19.2 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Mueller <[email protected]>
  • Loading branch information
dependabot[bot] and cdce8p authored Jul 2, 2024
1 parent e2e4f7d commit 8af6520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: "3.11"
- name: Install cibuildwheel and pypyp
run: |
pipx install cibuildwheel==2.19.1
pipx install cibuildwheel==2.19.2
pipx install pypyp==1
- id: set-matrix
run: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
pip install -U -r requirements.txt
python scripts/modify_setup.py ${{ needs.generate_wheels_matrix.outputs.tag_version }}
- uses: pypa/[email protected].1
- uses: pypa/[email protected].2
with:
config-file: cibuildwheel.toml
package-dir: mypy
Expand Down

0 comments on commit 8af6520

Please sign in to comment.