Skip to content

Commit

Permalink
Merge pull request #38 from UBC-MDS/git-action-deploy-update
Browse files Browse the repository at this point in the history
fix (docs): add semantic dependencies to project file
  • Loading branch information
chenzhao299 authored Mar 13, 2021
2 parents ca2079c + f1f6755 commit 3009660
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion noaastn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ sphinxcontrib-napoleon = "^0.7"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.semantic_release]
version_variable = "noaastn/__init__.py:__version__"
version_source = "commit"
upload_to_pypi = "false"
patch_without_tag = "true"

0 comments on commit 3009660

Please sign in to comment.