Skip to content

Commit

Permalink
feat(rapid_layout): Bump to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jun 19, 2024
1 parent 35d3cdc commit 9e47abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen_whl_to_pypi_rapid_layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
DIR_NAME=${ZIP_NAME%.*}
unzip $ZIP_NAME
mv $DIR_NAME/*.onnx rapid_layout/models/
python setup_layout.py bdist_wheel ${{ github.event.head_commit.message }}
python setup_layout.py bdist_wheel "${{ github.event.head_commit.message }}"
- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit 9e47abe

Please sign in to comment.