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

docker: add git revision to version during docker build #348

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikix
Copy link
Contributor

@mikix mikix commented Sep 24, 2024

Using a "local version identifier" per PEP 440, the version looks like: 1.3.0+d7abeb3

PEP for reference: https://peps.python.org/pep-0440/

This will help distinguish ETL builds from each other while we still build directly from git.

Checklist

  • Consider if documentation (like in docs/) needs to be updated
  • Consider if tests should be added

@mikix mikix marked this pull request as draft September 24, 2024 19:13
Using a "local version identifier" per PEP 440,
the version looks like: 1.3.0+d7abeb3

PEP for reference: https://peps.python.org/pep-0440/

This will help distinguish ETL builds from each other while we still
build directly from git.
Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
3448 3386 98% 98% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: acaf31c by action🐍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant