diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 174c88c..a8cc2b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: - name: Set version if: matrix.platform == 'macos-arm' || matrix.platform == 'macos-intel' run: | - sed -i 's/^version = 0\.1\.0$/version = ${{ github.ref_name }}/' setup.cfg + sed -i "" 's/^version = 0\.1\.0$/version = ${{ github.ref_name }}/' setup.cfg - name: Build wheels if: matrix.platform != 'macos-arm'