Skip to content

Commit 89c331a

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 89c331a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/pypi_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)