Skip to content

Commit

Permalink
downgrading python to 3.11 in GH actions to try and solve packaging p…
Browse files Browse the repository at this point in the history
…roblems
  • Loading branch information
ryanrozich committed May 5, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 15be177 commit 4419fac
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.4
current_version = 0.1.0
commit = True
tag = True

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.11'
# This step sets up the Python environment

- name: Install pip correct version
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.4'
__version__ = '0.1.0'

0 comments on commit 4419fac

Please sign in to comment.