Skip to content

Commit

Permalink
Update version to 0.7.0 and add github auto release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Oct 31, 2024
1 parent c983ba2 commit a69fef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Auto Version Tag
name: Create Release Tag

on:
push:
Expand All @@ -14,6 +14,6 @@ jobs:
# uses: samamorgan/action-autotag-python@master
uses: Jorricks/[email protected]
with:
path: opendbt/__version__.py
path: setup.py
variable: version
github_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion opendbt/__version__.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup_py_dir = pathlib.Path(__file__).parent
os.chdir(setup_py_dir)
from opendbt.__version__ import version
version = "0.7.0"

setup(
name='opendbt',
Expand Down

0 comments on commit a69fef5

Please sign in to comment.