Skip to content

Commit b504a37

Browse files
authored
Merge pull request #37 from grantjenks/sdist
Publish sdist along with wheel
2 parents a0aa70d + 7af90f9 commit b504a37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

publish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
22
rm -rf dist/*
3+
python3 setup.py sdist
34
python3 setup.py bdist_wheel --universal
45
twine upload dist/*

0 commit comments

Comments
 (0)