mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-20 04:43:21 +00:00
GPIO able to be controlled by pin sysfs number like RPi.GPIO, close #65
This commit is contained in:
7
Makefile
7
Makefile
@ -4,8 +4,13 @@ package: clean
|
||||
python setup.py sdist bdist_wheel
|
||||
python3 setup.py bdist_wheel
|
||||
|
||||
# PyPi Packaging
|
||||
package3: package
|
||||
@echo " ** PACKAGING FOR PYPI **"
|
||||
python3 setup.py bdist_wheel
|
||||
|
||||
# PyPi Publishing
|
||||
publish: package
|
||||
publish: package package3
|
||||
@echo " ** UPLOADING TO PYPI **"
|
||||
twine upload dist/*
|
||||
|
||||
|
Reference in New Issue
Block a user