Skip to content

Commit

Permalink
Added py3.11 to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise authored Mar 30, 2023
1 parent 711bf2f commit 7d62a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ENVIRONMENT: BUILD_WNTR_EXTENSIONS='true'
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-*
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-*
CIBW_SKIP: "*-win32 *-manylinux_i686 pp* *-musllinux*"
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7d62a7f

Please sign in to comment.