wechaty / python-wechaty-puppet

Python Puppet Provider Abstraction for Wechaty
https://pypi.org/project/wechaty-puppet/
Apache License 2.0
12 stars 11 forks source link

issues at deploy stage #3

Closed wj-Mcat closed 4 years ago

wj-Mcat commented 4 years ago

I check the action log, which shows semver has been installed.

image

This error occured at final stage.

I wanna to depoly wechaty, wechaty-puppet and wechat-puppet-hostie packages today.

huan commented 4 years ago

I'm trying to fix this issue, and it seems work.

See: https://github.com/wechaty/python-wechaty-puppet/commit/4ac774af2a2b0a72aeb2a2c870617f1fe645df22

Please check and let me know if there are any other problems with it.

P.S. I have disabled the pytype because it seems that the Python 3.7+ is not supported by it.

huan commented 4 years ago

CI/CD seems to work.

A new PyPI version has been published.

wj-Mcat commented 4 years ago

Great to hear that