Skip to content

Commit

Permalink
FIXME: Simplify release for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbogd committed Jul 9, 2024
1 parent ea09af3 commit eec95b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04", "macos-13", "macos-14"]
#os: ["ubuntu-20.04", "macos-13", "macos-14"]
os: ["ubuntu-20.04"]
max-parallel: 3

steps:
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
if: ${{ startsWith(matrix.os, 'macos') }}
uses: pypa/[email protected]
env:
CIBW_BUILD: cp310-manylinux_x86_64
CIBW_BEFORE_ALL: sh -c "./python/install-hyperonc.sh -u https://github.com/${{github.repository}}.git -r ${{env.COMMIT_HEAD}}"
with:
package-dir: ./python
Expand Down

0 comments on commit eec95b5

Please sign in to comment.