-
Notifications
You must be signed in to change notification settings - Fork 41
add CI workflow to sync, build, publish, release moto-ext #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
392b6a0 to
5406057
Compare
5406057 to
82770a9
Compare
82770a9 to
ac2ad03
Compare
ac2ad03 to
d8a7be7
Compare
d8a7be7 to
9bf226b
Compare
9bf226b to
d722a12
Compare
d722a12 to
a8ab93a
Compare
a8ab93a to
9ba0056
Compare
|
@viren-nadkarni The PR is still in draft, because it still needs to be "armed" / i.e. we need to un-comment the actual push commands and remove the "push" trigger on the workflow, but I would love to get a review from your side at this point before continuing to work on this PR. |
|
FYI: From what I can tell, the failing test pipeline really only fails because our fork is a bit outdated right now. The failures are not associated to the changes in this PR. |
a6b4844 to
65c747f
Compare
ab1ac28 to
a94faa2
Compare
Motivation
In order to streamline upgrades of this fork with the upstream repo (
getmoto/moto), and in order to implement proper continuous integration ofmoto(-ext)inlocalstack/localstack, we want to:moto-extinlocalstack/localstack.This PR tackles (1).
Changes
localstackbranch of this repo with themasterbranch of the upstream repo (getmoto/moto).setuptools_scm(based on the distance to the latest tag).ToDo
pypienvironment./cc @viren-nadkarni