You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2021. It is now read-only.
Until microsoft/botbuilder-python#1467 is resolved, we will need to maintain barely forked wheels. Instead of re-building the wheels from scratch (to maintain full compatibility with current version), we:
remove any existing unpacked directories rm -rf bot*
make a release on github from that tag and upload the wheels as the artifacts for that release.
This should probably be a github workflow. For now, I'll do it manually, but hopefully we won't need to do this again. Hopefully we can just archive this repo soon.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Until microsoft/botbuilder-python#1467 is resolved, we will need to maintain barely forked wheels. Instead of re-building the wheels from scratch (to maintain full compatibility with current version), we:
rm -rf bot*
wheel unpack bot*.whl
*.info/METADATA
wheel pack *
This should probably be a github workflow. For now, I'll do it manually, but hopefully we won't need to do this again. Hopefully we can just archive this repo soon.
The text was updated successfully, but these errors were encountered: