Skip to content

Commit

Permalink
CI: no pypy and py<38 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Apr 12, 2024
1 parent ea05ee9 commit 55e21c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
# python-version: ["3.8", "3.9", "3.10", "3.11"]
openmp: ["off"]
fail-fast: false
env:
CIBW_SKIP: pp* cp36-* cp37-*

defaults:
run:
Expand All @@ -38,7 +40,6 @@ jobs:
uses: pypa/[email protected]
with:
package-dir: "env/python"
# config-file: "setup.py"

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

0 comments on commit 55e21c4

Please sign in to comment.