We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sed
1 parent 4e7596b commit ab8ba46Copy full SHA for ab8ba46
.github/workflows/test-and-publish.yaml
@@ -217,7 +217,7 @@ jobs:
217
run: |
218
cd ./dist/
219
for file in *.whl; do
220
- mv "$file" "$(echo "$file" | sed 's/macosx_[0-9]\+_[0-9]\+/macosx_11_0/')";
+ mv "$file" "$(echo "$file" | sed -E 's/macosx_[0-9]+_[0-9]+/macosx_11_0/')";
221
done
222
- name: Upload wheel as CI artifacts
223
uses: actions/upload-artifact@v3
0 commit comments