Skip to content

Commit

Permalink
Merge pull request #624 from 1nv0k32/bugfix/pep440
Browse files Browse the repository at this point in the history
Remove local versioning for PEP440 compat
  • Loading branch information
staticdev authored Jul 17, 2023
2 parents 7e10afc + dab3f6d commit 41c559d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release Dev

on:
push:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Check out the repository and set tag env
- name: Check out the repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set Tag env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Set up Python
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ dependencies = []
[tool.hatch.version]
source = "vcs"

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

[project.urls]
homepage = "https://github.com/staticdev/human-readable"
repository = "https://github.com/staticdev/human-readable"
Expand Down

0 comments on commit 41c559d

Please sign in to comment.