Skip to content

Commit

Permalink
Set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Oct 20, 2023
1 parent c1bb956 commit 5a3adcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
name: wheelhouse
path: wheelhouse
- run: ls wheelhouse # @DEV
- run: for file in wheelhouse/*.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)-(.+)$/\1-\2+local-\3/')"; done
working-directory: wheelhouse
- run: ls wheelhouse # @DEV
- run: python -m pip install --find-links wheelhouse colourtime+local
shell: bash
Expand Down

0 comments on commit 5a3adcb

Please sign in to comment.