Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jan 11, 2024
1 parent 444eef9 commit e931898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ jobs:

- name: Build wheels
run: |
echo directory: {project}/src/wrappers/python
ls {project}/src/wrappers/python
echo directory: ${{ github.workspace }}/src/wrappers/python
ls -l ${{ github.workspace }}/src/wrappers/python
python -m cibuildwheel --output-dir wheelhouse
working-directory: {project}/src/wrappers/python
working-directory: ${{ github.workspace }}/src/wrappers/python

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit e931898

Please sign in to comment.