Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# os: ["ubuntu-latest"]
# source: ["source"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
graphblas-version: ["8.2.0"]
graphblas-version: ["8.2.1"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Python wheel package build and publish

on:
release:
types: [created]
types: [published]

# Enable Run Workflow button in GitHub UI
workflow_dispatch:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
# graphblas version to use if another one is not provided
default-graphblas-version: "8.2.0"
default-graphblas-version: "8.2.1"

strategy:
fail-fast: false
Expand Down
2 changes: 2 additions & 0 deletions add_arm_to_libomp_dylib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ if [ "$(arch)" != "x86_64" ] && [ "$(arch)" != "i386" ]; then
exit 1;
fi

set -x # echo on

#mkdir x86lib
mkdir armlib

Expand Down