Skip to content

Commit

Permalink
Fix py ver to 3.9 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-zubrienko authored Sep 2, 2022
1 parent 0ef7ceb commit a0d8aaa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
set -e
curl -sSL https://install.python-poetry.org | python3 - --preview
curl -sSL https://install.python-poetry.org | python3 -
- name: Install Dependencies
run: |
set -e
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: '3.8.x'
python-version: '3.9.x'
architecture: 'x64'
- name: Install Poetry and prepare version
run: |
set -e
curl -sSL https://install.python-poetry.org | python3 - --preview
curl -sSL https://install.python-poetry.org | python3 -
version=$(git describe --tags --abbrev=7)
sed -i "s/version = \"0.0.0\"/version = \"${version:1}\"/" pyproject.toml
Expand Down
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0d8aaa

Please sign in to comment.