Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Fehlner <[email protected]>
  • Loading branch information
andife committed Jul 20, 2024
1 parent 8b40f23 commit 733c95d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/release_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,8 @@ jobs:
brew install gnu-sed
gsed -i '' 's/name = "onnx"/name = "onnx-weekly"/' 'pyproject.toml'
# Does not work; https://unix.stackexchange.com/questions/13711/differences-between-sed-on-mac-osx-and-other-standard-sed
# head -n 10 pyproject.toml
# todays_date=.dev'${{ inputs.currdate }}'
# cat VERSION_NUMBER
# cat $todays_date
# gsed -i "1s/$/$todays_date/" 'VERSION_NUMBER'
# cat VERSION_NUMBER
# export ONNX_PREVIEW_BUILD=1
python -m build --wheel
export ONNX_PREVIEW_BUILD=1
python -m build --wheel
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
Expand All @@ -110,7 +101,7 @@ jobs:
runs-on: ${{ (matrix.target-architecture == 'x86_64') && 'macos-12' || 'macos-14' }}
strategy:
matrix:
python-version: ['3.10'] # ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
target-architecture: ['x86_64', 'arm64']

steps:
Expand Down

0 comments on commit 733c95d

Please sign in to comment.