Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 9b45252

Browse files
committed
Update command
1 parent 403d0c7 commit 9b45252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def _get_today_timestamp() -> str:
1818

1919

2020
@task
21-
def publish(context: Context) -> None:
22-
"""Publish to PyPI."""
21+
def release(context: Context) -> None:
22+
"""Build & Publish to PyPI."""
2323

2424
# load pyproject
2525
pyproject_path = 'pyproject.toml'

0 commit comments

Comments
 (0)