Skip to content

Commit

Permalink
disable wheel creation for Pyhon 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gschnabel committed Dec 7, 2024
1 parent 7c22baa commit 6053bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build wheels
env:
INSTALL_ENDF_PARSERPY_CPP: yes
CIBW_SKIP: "cp36-* pp36-*"
CIBW_SKIP: "cp36-* pp36-* cp37-* pp37-*"
run: poetry run python -m cibuildwheel --output-dir wheelhouse

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6053bb8

Please sign in to comment.