Skip to content

Commit

Permalink
chore: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
patmikista committed Apr 21, 2024
1 parent 7441473 commit 4ee3452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyPTE/core/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.1.0"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ ignore_missing_imports = true

[tool.semantic_release]
version_variable = "pyPTE/__init__.py:__version__"
branch = "main"
upload_to_pypi = "false"
[tool.semantic_release.branches.main]
match = "(main)"

[build-system]
requires = ["poetry-core>=1.9"]
Expand Down

0 comments on commit 4ee3452

Please sign in to comment.