Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
andife committed Jul 15, 2024
1 parent 81a2ce9 commit b33ea7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
source workflow_scripts/protobuf/build_protobuf_unix.sh $NUM_CORES $(pwd)/protobuf/protobuf_install
if [ '${{ github.event_name }}' == 'schedule' ]; then
sed -i '' 's/name = "onnx"/name = "onnx-weekly"/' 'pyproject.toml'
head -n 10 pyproject.toml
todays_date=.dev'${{ inputs.currdate }}'
cat VERSION_NUMBER
sed -i " 1 s/$/$todays_date/" 'VERSION_NUMBER'
cat VERSION_NUMBER
cat $(todays_date)
export ONNX_PREVIEW_BUILD=1
fi
python -m build --wheel
Expand Down

0 comments on commit b33ea7a

Please sign in to comment.