We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ded85 commit 18b1b50Copy full SHA for 18b1b50
1 file changed
.github/workflows/bld_wheels_and_upload.yml
@@ -27,9 +27,6 @@ jobs:
27
CIBW_BUILD: "*-win_amd64"
28
CIBW_SKIP: "cp38-*"
29
30
- - name: Inject ibm_db_dll.pth into wheels
31
- run: python scripts/inject_pth_into_wheel.py wheelhouse
32
-
33
- uses: actions/upload-artifact@v4.4.3
34
with:
35
name: ibmdb-wheels64-${{ matrix.os }}
@@ -50,9 +47,6 @@ jobs:
50
47
CIBW_BUILD: "*-win32"
51
48
52
49
53
54
55
56
57
58
name: ibmdb-wheels32-${{ matrix.os }}
0 commit comments