Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
andife committed Jul 19, 2024
1 parent 391af0b commit 4ec9707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ jobs:
git clean -xdf
# https://unix.stackexchange.com/questions/13711/differences-between-sed-on-mac-osx-and-other-standard-sed
brew install gnu-sed
gsed -i '' 's/name = "onnx"/name = "onnx-weekly"/' 'pyproject.toml'
cat pyproject.toml
gsed -i 's/name = "onnx"/name = "onnx-weekly"/' 'pyproject.toml'
head -n 10 pyproject.toml
todays_date=.dev'${{ inputs.currdate }}'
cat VERSION_NUMBER
Expand Down

0 comments on commit 4ec9707

Please sign in to comment.