Skip to content

Commit

Permalink
fix: releases
Browse files Browse the repository at this point in the history
  • Loading branch information
valentynbez committed Jun 4, 2024
1 parent 4e66c72 commit ee11e87
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BEFORE_BUILD: pip install cython
CIBW_BUILD_VERBOSITY: 2
# CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv
CIBW_TEST_REQUIRES: importlib-resources
with:
output-dir: dist
Expand All @@ -44,6 +43,7 @@ jobs:
matrix:
python-tag:
- cp311-manylinux_x86_64
- cp312-manylinux_x86_64
steps:
- uses: actions/checkout@v4
- name: Build manylinux wheels
Expand All @@ -53,7 +53,6 @@ jobs:
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BEFORE_BUILD: pip install cython
CIBW_BUILD_VERBOSITY: 2
# CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv
CIBW_TEST_REQUIRES: importlib-resources
with:
output-dir: dist
Expand All @@ -69,6 +68,7 @@ jobs:
matrix:
python-tag:
- cp311-macosx_x86_64
- cp312-macosx_x86_64
steps:
- uses: actions/checkout@v4
- name: Build manylinux wheels
Expand All @@ -78,7 +78,6 @@ jobs:
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BEFORE_BUILD: pip install cython
CIBW_BUILD_VERBOSITY: 2
# CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv
CIBW_TEST_REQUIRES: importlib-resources
with:
output-dir: dist
Expand All @@ -104,7 +103,6 @@ jobs:
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BEFORE_BUILD: pip install cython
CIBW_BUILD_VERBOSITY: 2
# CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv
CIBW_TEST_REQUIRES: importlib-resources
with:
output-dir: dist
Expand Down

0 comments on commit ee11e87

Please sign in to comment.