Skip to content

Commit

Permalink
Fixed GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Jun 5, 2024
1 parent 808993d commit 530eb23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ jobs:
CIBW_BUILD: '${{ matrix.python_version }}-*'
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest {package}/test
with:
package-dir: ${{ steps.find_sdist_filename.outputs.filename }}
run: python -m cibuildwheel ${{ steps.find_sdist_filename.outputs.filename }}

- name: Upload python wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 530eb23

Please sign in to comment.