Skip to content

Commit

Permalink
Add sdist to the artifacts so we can publish it too
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Dec 6, 2024
1 parent 94daa43 commit b21987f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.python_version }}-${{ strategy.job-index }}
path: ./dist/*.whl
path: ./dist/*
pypi-publish:
runs-on: ubuntu-22.04
needs: [wheel]
Expand Down

0 comments on commit b21987f

Please sign in to comment.