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

Commit 98a8fb7

Browse files
committed
Version up
1 parent 2a73760 commit 98a8fb7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "twitter_video_tools"
33
description = "Twitter Video Tools is a multi-processing supported video downloader, supports videos from twitter (or specific user from twitter) && monsnode."
4-
version = "0.1.1"
4+
version = "0.1.2"
55
authors = []
66
license = "MIT"
77

tasks.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@
77
def test(context: Context) -> None:
88
"""Run tests."""
99
context.run('pytest . ', pty=True)
10+
11+
12+
@task
13+
def publish(context: Context) -> None:
14+
"""Publish to PyPI."""
15+
context.run('poetry publish --build', pty=True)

0 commit comments

Comments
 (0)