-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8bc2d4
commit e213f0b
Showing
4 changed files
with
1,999 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,11 @@ all: | |
$(MAKE) nodocs | ||
clean: | ||
rm -rf cool-example .copier-answers.yml | ||
rm -rf 'template/{{ pypi_name }}/{% if add_docs %}poetry.lock{% endif %}' 'template/{{ pypi_name }}/{% if not add_docs %}poetry.lock{% endif %}' | ||
setup-env: | ||
echo '{"add_docs":true,"author":"Bryan Hu","email":"[email protected]","is_app":true,"module_name":"cool_example","project_description":"Example description.","project_name":"Cool Example","pypi_name":"cool-example","username":"ThatXliner"}' > .copier-answers.yml | ||
run: | ||
cd cool-example && poetry up && poetry install && poetry update && poetry lock | ||
cd cool-example && poetry install | ||
cd cool-example && poetry lock | ||
cd cool-example && poetry install && poetry update --lock | ||
docs: clean | ||
$(MAKE) setup-env | ||
copier copy gh:ThatXliner/pyt2 . -a .copier-answers.yml --defaults -d add_docs=true --vcs-ref HEAD | ||
|
Oops, something went wrong.