Skip to content

Commit 7f33b1f

Browse files
authored
Merge pull request #55 from homeylab/update_tools_readme
update full example and build commands
2 parents 05b3070 + 5831ec7 commit 7f33b1f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pip_build:
1515
pip_local_dev:
1616
python -m pip install -e .
1717

18-
build:
18+
pip_build:
1919
python -m pip install --upgrade build
2020
python -m build
2121

@@ -30,6 +30,10 @@ upload_testpypi:
3030
download_testpypi:
3131
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple bookstack-file-exporter
3232

33+
upload_realpypi:
34+
python -m pip install --upgrade twine
35+
python -m twine upload dist/*
36+
3337
docker_build_simple:
3438
docker build \
3539
--build-arg BASE_IMAGE=${BASE_IMAGE} \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ assets:
240240
export_meta: false
241241
verify_ssl: true
242242
keep_last: 5
243+
run_interval: 0
243244
```
244245

245246
#### Options and Descriptions

0 commit comments

Comments
 (0)