BritishGeologicalSurvey / etlhelper

ETL Helper is a Python ETL library to simplify data transfer into and out of databases.
https://britishgeologicalsurvey.github.io/etlhelper/
GNU Lesser General Public License v3.0
105 stars 25 forks source link

Packaging fix #22

Closed volcan01010 closed 4 years ago

volcan01010 commented 4 years ago

These changes ensure that git is available in the container used for packaging so that the tags can be read. See GitLab CI history for details.

Closes #14

To test

Merge, tag and check for a release.

volcan01010 commented 4 years ago

Thanks for merge. The CI pipeline ran and created a button for a manual release. I pressed it but the job failed.

See job 124745 for details. Error message was:

$ twine upload --verbose dist/"${LATEST_RELEASE}" \ -u $TWINE_USERNAME -p $TWINE_PASSWORD
InvalidDistribution: Cannot find file (or expand pattern): ' -u'
dvalters commented 4 years ago

Fix in #23