diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index d683e2a..ebee5ce 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -52,7 +52,7 @@ jobs: name: wheelhouse path: wheelhouse - run: ls wheelhouse # @DEV - - run: for file in *.whl; do mv $file "$(printf "$file" | sed -r 's/^(colourtime)-(\d\.\d\.\d)-(.+)$/\1-\2+local-\3/')"; done + - run: for file in *.whl; do mv $file "$(printf "$file" | sed -r 's/^(colourtime)-(\d\.\d\.\d|\d\.\d)-(.+)$/\1-\2+local-\3/')"; done working-directory: wheelhouse - run: ls wheelhouse # @DEV - run: python -m pip install --find-links wheelhouse colourtime+local