Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hamano committed Jan 10, 2023
1 parent 017ddcd commit 721a444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PYTHON=python
PYTHON=python3
NAME=pysmbc
VERSION:=$(shell $(PYTHON) setup.py --version)

Expand All @@ -20,7 +20,7 @@ dist:
$(PYTHON) setup.py sdist $(SDIST_ARGS)

upload:
$(PYTHON) setup.py sdist $(SDIST_ARGS) upload -s
twine upload `ls dist/*.tar.gz | tail -1`

install:
ROOT= ; \
Expand Down

0 comments on commit 721a444

Please sign in to comment.