We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a820f3 commit 9cb897bCopy full SHA for 9cb897b
1 file changed
.github/workflows/pypi_release.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
build_wheels:
8
- name: Build wheels on ${{ matrix.os }} for ${{ matrix.cibw_python }} on ${{ matrix.cibw_arch }}
+ name: Build wheels on ${{ matrix.os }} for ${{ matrix.cibw_arch }}
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
@@ -29,7 +29,6 @@ jobs:
29
uses: pypa/cibuildwheel@v2.16.2
30
env:
31
CIBW_BUILD_VERBOSITY: 1
32
- CIBW_BUILD: ${{ matrix.cibw_python }}
33
CIBW_ARCHS: ${{ matrix.cibw_arch }}
34
CIBW_TEST_SKIP: "*universal2:arm64"
35
with:
@@ -80,7 +79,6 @@ jobs:
80
79
81
- uses: pypa/gh-action-pypi-publish@v1.8.10
82
83
- repository-url: https://pypi.org/project/sqlite-zstd-build
84
user: __token__
85
password: ${{ secrets.PYPI_API_TOKEN }}
86
packages-dir: python/dist
0 commit comments