Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hczhai committed Apr 15, 2024
1 parent 6629781 commit f166483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ jobs:
sed -i "s/name=\"block2\"/name=\"block2-mpi\"/g" setup.py
sed -i "s/version=.*/version='${TAG_STRING:11}',/" setup.py
python -m build --sdist
mv dist/block2{-,_}mpi-${TAG_STRING:11}.tar.gz
stat dist/block2_mpi-${TAG_STRING:11}.tar.gz
- name: release (mpi)
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit f166483

Please sign in to comment.