Skip to content

Commit

Permalink
tryihng GH actions again, trying to solve twine depedancy
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrozich committed May 5, 2024
1 parent e5655b6 commit e948a02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install Python packaging tools
run: |
pip install --upgrade pip setuptools wheel
pip install --upgrade pip setuptools wheel twine
- name: Install bumpversion
run: pip install bump2version
Expand Down
2 changes: 1 addition & 1 deletion snowflake_dbml/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.1'
__version__ = '0.1.0'

0 comments on commit e948a02

Please sign in to comment.