Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
JonZeolla committed Sep 1, 2023
1 parent 4778070 commit 5c42f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ vars:
INPUT_EXCLUDE: .*\{\{.*\}\}.*
PYTHON_VERSION: 3.11
VERSION:
# Does not use pipenv to avoid pipenv as a project bootstrapping requirement
sh: python -c 'from {{.PROJECT_SLUG}} import __version__; print(__version__)'

includes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ vars:
PYTHON_VERSION: {{ cookiecutter.python_version }}
SUPPORTED_PLATFORMS: 'linux/amd64,linux/arm64'
VERSION:
# Does not use pipenv to avoid pipenv as a project bootstrapping requirement
sh: python -c 'from {{ "{{" }}.PROJECT_SLUG{{ "}}" }} import __version__; print(__version__)'
LOCAL_PLATFORM:
# Inspired by https://github.com/containerd/containerd/blob/e0912c068b131b33798ae45fd447a1624a6faf0a/platforms/database.go#L76
Expand Down

0 comments on commit 5c42f75

Please sign in to comment.