Skip to content

Commit

Permalink
More CI build tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
taleinat committed Aug 5, 2024
1 parent 49739a6 commit c9297fe
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifacts-sdist
path: ./dist/tornado-*.tar.gz
path: ./dist/fuzzysearch-*.tar.gz

build_wheels:
name: Build wheels on ${{ matrix.os }}
Expand All @@ -64,12 +64,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: ${{ env.python-version }}
cache: 'pip'
cache-dependency-path: .github/workflows/build.yml
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
Expand All @@ -85,5 +79,5 @@ jobs:
- name: Upload wheel
uses: actions/upload-artifact@v4
with:
name: artifacts-${{ matrix.os }}-${{ strategy.job-index }}
name: artifacts-${{ matrix.os }}
path: ./wheelhouse/*.whl

0 comments on commit c9297fe

Please sign in to comment.