forked from varia/distribusi
Luke Murphy
5 years ago
1 changed files with 2 additions and 4 deletions
@ -1,6 +1,4 @@ |
|||||
PIPENV := pipenv run |
|
||||
|
|
||||
publish: |
publish: |
||||
@rm -rf dist |
@rm -rf dist |
||||
@$(PIPENV) python setup.py bdist_wheel --universal |
@python setup.py bdist_wheel --universal |
||||
@$(PIPENV) twine upload dist/* |
@twine upload dist/* |
||||
|
Loading…
Reference in new issue