ci: update ci configs

- add windows runner
- update actions versions
- other minor enhancements
This commit is contained in:
Dima Gerasimov 2022-05-02 17:35:15 +01:00
parent 80c5be7293
commit 960ed56291
5 changed files with 52 additions and 22 deletions

View file

@ -12,7 +12,7 @@ INSTALL_REQUIRES = [
]
def main():
def main() -> None:
pkg = 'my'
subpackages = find_namespace_packages('.', include=('my.*',))
setup(