Skip to content

Commit

Permalink
Removes sdist from dist creation
Browse files Browse the repository at this point in the history
wheels (bdist) include the version: mtkennerly/dunamai#23
  • Loading branch information
tomaroberts committed Feb 20, 2024
1 parent 09d20e0 commit 612b407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Create dist/
run: |
python setup.py sdist bdist_wheel
python setup.py bdist_wheel
twine check dist/*
- name: Publish package to TestPyPI
Expand Down

0 comments on commit 612b407

Please sign in to comment.