Skip to content

Commit

Permalink
Removes sdist from PyPI build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaroberts committed Feb 20, 2024
1 parent dce9133 commit 66edf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Create dist/
run: |
python setup.py sdist bdist_wheel
python setup.py bdist_wheel
twine check dist/*
- name: Publish package to PyPI
Expand Down

0 comments on commit 66edf6b

Please sign in to comment.