Skip to content

Commit

Permalink
add bootstrap command
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 16, 2023
1 parent 937d94c commit a961356
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bin/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source bin/py3.sh
sh bin/install.sh
13 changes: 12 additions & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
#cd cloudmesh-common
#pip install -e .
#cd ..
make local
cd ../cloudmesh-common; make dist; make local
cd ../cloudmesh-cmd5; make dist; make local
cd ../cloudmesh-bumpversion; make dist; make local
cd ../cloudmesh-common
cms help
#cms info
#cms info path
#cms info commands
cms banner ERRORS
cms info errors
cms banner DONE
cms version
2 changes: 1 addition & 1 deletion makefile-pypi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ twine:

.PHONY: dist

dist:
dist: clean
pip install -q build
python -m build
twine check dist/*
Expand Down

0 comments on commit a961356

Please sign in to comment.