Skip to content

Commit ac29636

Browse files
committed
fix(release): restore proven wheel matrix
1 parent e162b9a commit ac29636

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/pypi-publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ jobs:
4444
CIBW_BEFORE_BUILD: pip install cmake pybind11
4545
CIBW_BUILD_VERBOSITY: 1
4646
CIBW_DEPENDENCY_VERSIONS: latest
47-
CIBW_ENVIRONMENT: MOIRA_NO_DOWNLOAD=1
48-
CIBW_TEST_COMMAND: >-
49-
python -c "import importlib.metadata as md; import moira;
50-
from moira import moira_native as mn;
51-
assert md.version('moira-astro') == moira.__version__;
52-
assert mn.__backend_file__;
53-
print(moira.__version__, mn.__backend_file__)"
5447

5548
- uses: actions/upload-artifact@v4
5649
with:

0 commit comments

Comments
 (0)