We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a820f3 commit 89c331aCopy full SHA for 89c331a
1 file changed
.github/workflows/pypi_release.yml
@@ -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