Skip to content

Commit ca0513e

Browse files
committed
feat(tasks): when releasing, also upload the wheel file
1 parent 6b31677 commit ca0513e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)