Skip to content

Commit

Permalink
ci: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Apr 22, 2024
1 parent 0147950 commit e044bb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
ls -lah
shopt -s dotglob
mv analiticcl/bindings/python/* .
mv bindings/python/* .
rm -rf bindings
ls -lah
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
ls -lah
shopt -s dotglob
mv analiticcl/bindings/python/* .
mv bindings/python/* .
rm -rf bindings
ls -lah
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
ls -lah
shopt -s dotglob
mv analiticcl/bindings/python/* .
mv bindings/python/* .
rm -rf bindings
ls -lah
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
ls -lah
shopt -s dotglob
mv analiticcl/bindings/python/* .
mv bindings/python/* .
rm -rf bindings
ls -lah
- name: Build sdist
Expand Down

0 comments on commit e044bb2

Please sign in to comment.