Skip to content

Commit

Permalink
test v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalkjha committed Dec 30, 2024
1 parent 7618768 commit a8477ca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bld_wheels_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_SKIP: "cp36-* *-musllinux_* pp* *-*linux_{aarch64,ppc64le}"
CIBW_SKIP: "cp36-* pp* *-*linux_{aarch64}"
CIBW_REPAIR_WHEEL_COMMAND_LINUX:
auditwheel repair
--exclude libdb2.so.1
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_SKIP: "cp36-* pp*"
CIBW_SKIP: "cp36-* cp37-* cp38-* pp*"
MACOSX_DEPLOYMENT_TARGET: 14.0

- name: Upload sdist
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ If you intend to install the clidriver manually, Following are the details of th
|AIX | ppc |aix32_odbc_cli.tar.gz | Yes | V11.5.9 |
| | others |aix64_odbc_cli.tar.gz | Yes | V11.5.9 |
|Darwin | x64 |macos64_odbc_cli.tar.gz | Yes | Till V11.5.9 |
| arm64 |macarm64_odbc_cli.tar.gz | Yes | From V12.1.0 |
| | arm64 |macarm64_odbc_cli.tar.gz | Yes | From V12.1.0 |
|Linux | x64 |linuxx64_odbc_cli.tar.gz | Yes | V11.5.9 |
| | s390x |s390x64_odbc_cli.tar.gz | Yes | V11.5.9 |
| | s390 |s390_odbc_cli.tar.gz | Yes | V11.1 |
Expand Down
2 changes: 1 addition & 1 deletion ibm_db.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
+--------------------------------------------------------------------------+
*/

#define MODULE_RELEASE "0.0.3"
#define MODULE_RELEASE "0.0.4"

#include <Python.h>
#include <datetime.h>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from setuptools.command.install import install

PACKAGE = 'ibm_db2'
VERSION = '0.0.3'
VERSION = '0.0.4'
LICENSE = 'Apache License 2.0'
readme = os.path.join(os.path.dirname(__file__),'README.md')

Expand Down

0 comments on commit a8477ca

Please sign in to comment.