Skip to content

Commit 9cb897b

Browse files
committed
ci/cd: remove pypi reposiory URL which was left over from testing
Signed-off-by: Mimoja <git@mimoja.de>
1 parent 3a820f3 commit 9cb897b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/pypi_release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build_wheels:
8-
name: Build wheels on ${{ matrix.os }} for ${{ matrix.cibw_python }} on ${{ matrix.cibw_arch }}
8+
name: Build wheels on ${{ matrix.os }} for ${{ matrix.cibw_arch }}
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
@@ -29,7 +29,6 @@ jobs:
2929
uses: pypa/cibuildwheel@v2.16.2
3030
env:
3131
CIBW_BUILD_VERBOSITY: 1
32-
CIBW_BUILD: ${{ matrix.cibw_python }}
3332
CIBW_ARCHS: ${{ matrix.cibw_arch }}
3433
CIBW_TEST_SKIP: "*universal2:arm64"
3534
with:
@@ -80,7 +79,6 @@ jobs:
8079

8180
- uses: pypa/gh-action-pypi-publish@v1.8.10
8281
with:
83-
repository-url: https://pypi.org/project/sqlite-zstd-build
8482
user: __token__
8583
password: ${{ secrets.PYPI_API_TOKEN }}
8684
packages-dir: python/dist

0 commit comments

Comments
 (0)