Skip to content

Commit

Permalink
Update pip-install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryBarnes authored Sep 9, 2024
1 parent 6b0dc3e commit 12a0bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: wheel-${{ matrix.os }}-${{ matrix.python-version }}
path: ./wheelhouse/*.whl
path: ./wheelhouse/

build_sdist:
name: Building source for ${{ matrix.os }}:Python-${{ matrix.python-version }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: sdist-${{ matrix.os }}-${{ matrix.python-version }}
path: dist/*.tar.gz
path: dist/

upload_pypi:
needs: [build_wheels, build_sdist]
Expand Down

0 comments on commit 12a0bf7

Please sign in to comment.