Skip to content

Commit ce05eb4

Browse files
authored
Cibw test (GraphBLAS#5)
* Bump version for testpypi * Update for linux images * Enable linux aarch64, disable osx-arm64 * Bunch of changes from scikit-learn's file * Undo last changes * Try to see what is modifying repo * Modify dirty string * Try ignoring GraphBLAS-{version}/ checkout folder
1 parent 23f7ea3 commit ce05eb4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ jobs:
119119
CIBW_TEST_SKIP: "*-macosx_arm64"
120120

121121
run: |
122-
sed -i '' 's/{tag}+{ccount}.g{sha}.dirty/{tag}/g' pyproject.toml
123122
python -m pip install cibuildwheel
124123
python -m cibuildwheel --output-dir wheelhouse .
125124
shell: bash

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ share/python-wheels/
3030
MANIFEST
3131
wheelhouse
3232

33+
# Wheel building stuff
34+
GraphBLAS-*/
35+
3336
# PyInstaller
3437
# Usually these files are written by a python script from a template
3538
# before PyInstaller builds the exe, so as to inject date/other infos into it.

0 commit comments

Comments
 (0)