Skip to content

Commit 18b1b50

Browse files
committed
Trigger testpypi publish 3.2.6.6
1 parent b2ded85 commit 18b1b50

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/bld_wheels_and_upload.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
CIBW_BUILD: "*-win_amd64"
2828
CIBW_SKIP: "cp38-*"
2929

30-
- name: Inject ibm_db_dll.pth into wheels
31-
run: python scripts/inject_pth_into_wheel.py wheelhouse
32-
3330
- uses: actions/upload-artifact@v4.4.3
3431
with:
3532
name: ibmdb-wheels64-${{ matrix.os }}
@@ -50,9 +47,6 @@ jobs:
5047
CIBW_BUILD: "*-win32"
5148
CIBW_SKIP: "cp38-*"
5249

53-
- name: Inject ibm_db_dll.pth into wheels
54-
run: python scripts/inject_pth_into_wheel.py wheelhouse
55-
5650
- uses: actions/upload-artifact@v4.4.3
5751
with:
5852
name: ibmdb-wheels32-${{ matrix.os }}

0 commit comments

Comments
 (0)