Skip to content

Commit ad80777

Browse files
authored
Merge pull request #4 from pnucolab/develop
Support for 1.1.3
2 parents 6658437 + 98fa3fa commit ad80777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
run: |
2525
python3 -m cibuildwheel --output-dir dist
2626
env:
27-
CIBW_BUILD: "cp39-* cp310-* cp311-*"
27+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
2828
CIBW_ENVIRONMENT: "PIP_ONLY_BINARY=numpy"
2929
CIBW_SKIP: "*musllinux* *i686*"
3030
- name: Publish package
31-
uses: pypa/gh-action-pypi-publish@release/v1
31+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)