Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Jan 12, 2024
1 parent 7ecd554 commit a6430e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: python -m pip install cibuildwheel

- name: Build Wheel
run: python -m cibuildwheel --output-dir dist --platform linux ./${{ inputs.package_dir }}}
run: python -m cibuildwheel --output-dir dist --platform linux ./${{ inputs.package_dir }}

- name: List Dist
run: ls dist
Expand Down

0 comments on commit a6430e8

Please sign in to comment.