Skip to content

Commit e574964

Browse files
committed
Fix repair step on Windows, add names to workflow jobs
1 parent 1092cb9 commit e574964

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212

1313
jobs:
1414
build_wheels:
15+
name: Build wheels
1516
runs-on: ${{ matrix.os }}
1617
strategy:
1718
matrix:
@@ -53,6 +54,7 @@ jobs:
5354
path: dist/*.tar.gz
5455

5556
upload_pypi:
57+
name: Upload to PyPI
5658
needs: [build_wheels, build_sdist]
5759
runs-on: ubuntu-latest
5860
environment: pypi

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ repair-wheel-command = [
5858

5959
[tool.cibuildwheel.windows]
6060
repair-wheel-command = [
61+
"copy {wheel} {dest_dir}",
6162
"pip install -U abi3audit",
6263
"pipx run abi3audit --strict --report {wheel}",
6364
]

0 commit comments

Comments
 (0)