Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Dec 2, 2021
1 parent f1f4ac9 commit 16456c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 63 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.2.2
uses: pypa/cibuildwheel@v2.3.0
env:
CIBW_BEFORE_ALL: sh build.sh
CIBW_ENVIRONMENT: LIBGIT2_VERSION=1.3.0 LIBSSH2_VERSION=1.10.0 LIBGIT2=/project/ci
Expand All @@ -41,6 +41,7 @@ jobs:

- uses: actions/upload-artifact@v2
with:
name: wheels
path: ./wheelhouse/*.whl

pypi:
Expand Down
19 changes: 0 additions & 19 deletions misc/build-all-manylinux-wheels.sh

This file was deleted.

43 changes: 0 additions & 43 deletions misc/build-manylinux-wheels.sh

This file was deleted.

0 comments on commit 16456c5

Please sign in to comment.