ci: update ci configs
- add windows runner - update actions versions - other minor enhancements
This commit is contained in:
parent
80c5be7293
commit
960ed56291
5 changed files with 52 additions and 22 deletions
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ INSTALL_REQUIRES = [
|
|||
]
|
||||
|
||||
|
||||
def main():
|
||||
def main() -> None:
|
||||
pkg = 'my'
|
||||
subpackages = find_namespace_packages('.', include=('my.*',))
|
||||
setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue