first comm

This commit is contained in:
远野千束 2024-10-12 23:34:36 +08:00
parent 2ad42547ce
commit 8b954e0a7e
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Publish
on:
push:
tags:
- '*'
- 'v*'
jobs:
pypi-publish:

View File

@ -0,0 +1,5 @@
from magicoca.chan import Chan, T
def select(*args: Chan[T]) -> T:
return Chan.select(*args)