Skip to content

Commit

Permalink
Add support for versions without a patch
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Oct 31, 2023
1 parent 5a3adcb commit a19c2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a19c2e7

Please sign in to comment.