mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-19 20:33:21 +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
|
# PyPi Packaging
|
||||||
package: clean
|
package: clean
|
||||||
@echo " ** PACKAGING FOR PYPI **"
|
@echo " ** PACKAGING FOR PYPI **"
|
||||||
python setup.py sdist
|
python setup.py sdist bdist_wheel
|
||||||
|
python3 setup.py bdist_wheel
|
||||||
|
|
||||||
# PyPi Publishing
|
# PyPi Publishing
|
||||||
publish: package
|
publish: package
|
||||||
|
Reference in New Issue
Block a user