Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Oct 28, 2022
1 parent 048832a commit 8599448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- uses: actions/upload-artifact@v3
name: wheels
with:
name: wheels
path: ./wheelhouse/*.whl

build_sdist:
Expand Down Expand Up @@ -103,6 +104,7 @@ jobs:
- uses: actions/upload-artifact@v3
name: sdist
with:
name: sdist
path: ./wheelhouse/*.tar.gz

deploy:
Expand Down

0 comments on commit 8599448

Please sign in to comment.