Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
sumerc committed Nov 5, 2024
1 parent 9bc3eeb commit 8eb4b3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:

- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: dist-${{ matrix.os }}-${{ matrix.python-version }}
path: dist

build_sdist:
name: Build source distribution
Expand All @@ -47,7 +48,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: dist-*
merge-multiple: true
path: dist

- uses: pypa/gh-action-pypi-publish@v1.8.14
Expand Down

0 comments on commit 8eb4b3c

Please sign in to comment.