code-for-venezuela / c4v-py

3 stars 3 forks source link

Luis/ci config #82

Closed LDiazN closed 3 years ago

LDiazN commented 3 years ago

Workflow to publish a new version

We need to automate the publishing of a new version to PYPI whenever we push changes to master

Proposed solution

Create a new workflow that will trigger whenever a push to master is done, and publish our library to PYPI using poetry publish command. Add a string with current datetime to version as a suffix, so it is different whenever we publish a new one.

Relevant files: