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: |
|||
@rm -rf dist |
|||
@$(PIPENV) python setup.py bdist_wheel --universal |
|||
@$(PIPENV) twine upload dist/* |
|||
@python setup.py bdist_wheel --universal |
|||
@twine upload dist/* |
|||
|
Loading…
Reference in new issue