Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
taleinat committed Aug 4, 2024
1 parent 7570fb2 commit 0563af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: '{cp38,cp39,cp310,cp311,cp312,pypy39,pypy310}-*'
CIBW_TEST_COMMAND: 'python -m unittest discover tests && ls -l ./wheelhouse'
CIBW_TEST_COMMAND: 'python -m unittest discover -t "/{project}" tests'
with:
package-dir: ./src/fuzzysearch

- name: Upload wheel
uses: actions/upload-artifact@v4
with:
name: artifacts-${{ matrix.os }}
name: artifacts-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

0 comments on commit 0563af5

Please sign in to comment.