We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ce2ed commit 0ad6c88Copy full SHA for 0ad6c88
.github/workflows/test-pypi.yaml
@@ -44,13 +44,13 @@ jobs:
44
path: iphreeqc
45
- uses: actions/setup-python@v5
46
with:
47
- python-version: "3.11"
+ python-version: "3.12"
48
- name: Update version
49
run: python script.py version ${{ github.event.inputs.package_version }}
50
- name: Build wheels
51
uses: pypa/cibuildwheel@v2.21.3
52
env:
53
- CIBW_BUILD: cp311-*
+ CIBW_BUILD: cp312-*
54
CIBW_ARCHS_MACOS: x86_64
55
- name: Upload wheels
56
uses: actions/upload-artifact@v4
0 commit comments