Skip to content

Commit

Permalink
🎡 ci: tag to version
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamgreyson committed Dec 12, 2024
1 parent c99faa7 commit 53edd3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ update_whitelist.log*
*.egg-info
coverage.xml
report.xml
# Generated version file
update_whitelist/_version.py
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
addopts = "--import-mode=importlib"
pythonpath = ["."]

[tool.setuptools_scm]
write_to = "update_whitelist/_version.py"
1 change: 1 addition & 0 deletions update_whitelist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
Author: abe<wechat:abrahamgreyson>
Date: 2024/6/13 10:30:13
"""
from ._version import version as __version__

0 comments on commit 53edd3a

Please sign in to comment.