Skip to content

Commit 3584a4f

Browse files
authored
Bump version to 0.0.21 (#49)
* Bump version to 0.0.21 * feat(tasks): when releasing, also upload the wheel file
1 parent 38b0406 commit 3584a4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

html2pdf4doc/html2pdf4doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from selenium.webdriver.chrome.service import Service
2020
from webdriver_manager.core.os_manager import ChromeType, OperationSystemManager
2121

22-
__version__ = "0.0.20"
22+
__version__ = "0.0.21"
2323

2424
PATH_TO_HTML2PDF4DOC_JS = os.path.join(
2525
os.path.dirname(os.path.join(__file__)),

html2pdf4doc/html2pdf4doc_js/html2pdf4doc.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def release(context, test_pypi=False, username=None, password=None):
263263
run_invoke(
264264
context,
265265
f"""
266-
twine upload dist/html2pdf4doc-*.tar.gz
266+
twine upload dist/html2pdf4doc-*.tar.gz dist/html2pdf4doc-*.whl
267267
{repository_argument_or_none}
268268
{user_password}
269269
""",

0 commit comments

Comments
 (0)