Skip to content
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

Use Poetry in build scripts and CI #24

Merged
merged 3 commits into from
Jul 27, 2021
Merged

Use Poetry in build scripts and CI #24

merged 3 commits into from
Jul 27, 2021

Conversation

bitner
Copy link
Collaborator

@bitner bitner commented Jul 20, 2021

Remove remnants (setup.py, requirements-dev.txt) and use Poetry for all builds and for pushing to PyPi.
Fixes #21

Add release trigger for git tags that creates a release from Tags and also posts docker image to ghcr.io
Fixes #25
Fixes #19
Fixes #6

@@ -20,11 +20,11 @@ jobs:
- name: Install release dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install poetry
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might make sense to lock the version of poetry used here?

@bitner bitner marked this pull request as ready for review July 23, 2021 18:27
@bitner
Copy link
Collaborator Author

bitner commented Jul 23, 2021

I've merged in the work from #25 into this PR.

A push of the v0.2.8 tag from this branch successfully pushed pypgstac 0.2.8 up to pypi as well as a v0.2.8 docker image up to ghcr.io

@bitner
Copy link
Collaborator Author

bitner commented Jul 23, 2021

@lossyrob The release process triggered by pushing this tag pushed your work from #29 up to PyPi and ghcr.io docker.

@lossyrob
Copy link
Member

The release process triggered by pushing this tag pushed your work from #29 up to PyPi and ghcr.io docker.

siiiick. Love when things work as intended :-)

@bitner
Copy link
Collaborator Author

bitner commented Jul 27, 2021

Hey @lossyrob can I get a review posted on this so I can merge it?

@bitner bitner merged commit d89589e into main Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants