mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-19 12:23:22 +00:00
Adding the ability to generate wheel packages for uploading to pypi, thanks to help from pztrick. This will close #77
This commit is contained in:
3
Makefile
3
Makefile
@ -1,7 +1,8 @@
|
||||
# PyPi Packaging
|
||||
package: clean
|
||||
@echo " ** PACKAGING FOR PYPI **"
|
||||
python setup.py sdist
|
||||
python setup.py sdist bdist_wheel
|
||||
python3 setup.py bdist_wheel
|
||||
|
||||
# PyPi Publishing
|
||||
publish: package
|
||||
|
Reference in New Issue
Block a user