Skip to content

Commit 16456c5

Browse files
committed
Address feedback
1 parent f1f4ac9 commit 16456c5

File tree

3 files changed

+2
-63
lines changed

3 files changed

+2
-63
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
platforms: all
2929

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

4242
- uses: actions/upload-artifact@v2
4343
with:
44+
name: wheels
4445
path: ./wheelhouse/*.whl
4546

4647
pypi:

misc/build-all-manylinux-wheels.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

misc/build-manylinux-wheels.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)