Skip to content

Commit

Permalink
Minor update of Makefile (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Nov 13, 2020
1 parent f02ad88 commit 67a08e8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,13 @@ pip:
@echo
@echo "# make pip"
@echo
@cd src/pip/install/ && python3 setup.py sdist
@echo "########################"
cd src/pip/install/ && python3 setup.py sdist
@echo
@echo "# All local packages:"
@ls src/pip/install/dist/ -Art
@echo
@echo "# Run the following command to upload the package"
@echo "# > twine upload src/pip/install/dist/*"
@echo "########################"
@echo "> twine upload src/pip/install/dist/$(shell ls src/pip/install/dist/ -Art | tail -n 1)"

ifeq ($(OMTLM),ON)
OMTLMSimulator: RegEx
Expand Down

0 comments on commit 67a08e8

Please sign in to comment.