Skip to content

Commit

Permalink
pyproject: don't use local version for test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Apr 5, 2024
1 parent 4263827 commit 2654ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ env/
__pycache__/
*~
venv
.venv
#*#

# Distribution / packaging
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ where = ["src"]
pythonpath = ["src"]

[tool.setuptools_scm]
# Empty
local_scheme = "no-local-version"

0 comments on commit 2654ca1

Please sign in to comment.