[F] Fix wheel not including data

This commit is contained in:
Hykilpikonna
2022-04-05 02:06:10 -04:00
parent 7481279c27
commit 0101de51b0
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ set -e
# Remove old build
rm -rf dist/*
rm -rf build/*
# Build
python setup.py sdist bdist_wheel
@@ -13,4 +14,4 @@ python setup.py sdist bdist_wheel
twine check dist/*
# Upload
twine upload dist/*
twine upload dist/*