Skip to content

Commit

Permalink
Test using local version string
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Nov 16, 2024
1 parent 7f63744 commit 275012e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 0 # Ensures version gets set correctly

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Homepage = "https://github.com/firecat53/urlscan"
source = "vcs"
fallback-version = "0.0.0"

[tool.hatch.version.raw-options]
local_scheme = "no-local-version"
#[tool.hatch.version.raw-options]
#local_scheme = "no-local-version"

[tool.hatch.build.hooks.vcs]
version-file = "urlscan/_version.py"
Expand Down

0 comments on commit 275012e

Please sign in to comment.