sodiray / dynofunc

Functional library for creating and sending dynamo requests on top of boto3
MIT License
9 stars 3 forks source link

Automate deployments to PyPi #11

Closed sodiray closed 4 years ago

sodiray commented 4 years ago

When a PR is merged to develop we should automatically build the distribution package and upload it to PyPi. This will require that first we build some PR automation that requires that the version is bumped before a PR can be merged. If we don't, errors will occur when the automation attempts to publish a package with the same version as one that already exists.