Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonzlin committed Dec 23, 2023
1 parent f3d9b28 commit 82b2fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
# Maturin uses Cargo.toml name for Python name: https://www.maturin.rs/#usage.
# We edit it here instead of just updating our repo code as Cargo workspace names must be different.
newName=minify-html-${{ matrix.variant }}
newName=minify-html${{ matrix.variant }}
newName=${newName//-/_}
sed -i.bak 's%^name = ".*$%name = "'$newName'"%' ./minify-html${{ matrix.variant }}-python/Cargo.toml
rm ./minify-html${{ matrix.variant }}-python/Cargo.toml.bak
Expand Down

0 comments on commit 82b2fb0

Please sign in to comment.