Skip to content

Commit

Permalink
FIX: Only release sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Oct 27, 2023
1 parent ca832df commit 51308ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-python@v4
- name: Build SDist and wheel
run: pipx run build
run: pipx run build --sdist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 51308ec

Please sign in to comment.