Skip to content

Commit

Permalink
checkout all on hatchling build
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Apr 17, 2024
1 parent 36aa0b0 commit 3009476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
steps:
- name: 🛒 Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: ⚙️ Setup - Python 🐍
uses: actions/setup-python@v5
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ source = "versioningit"
[tool.versioningit.format]
# WORKAROUND: commits for actual production releases keep getting identified as dirty and/or with distance
# Delete this config when fixed. It should be the commented lines below each (i.e. the default formats)
#distance = "{next_version}.dev{distance}+{vcs}{rev}"
dirty = "{base_version}"
#dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{base_version}"
Expand Down

0 comments on commit 3009476

Please sign in to comment.