Skip to content

Commit

Permalink
upgrade poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldad Uzman committed Dec 5, 2023
1 parent 85b6900 commit 47d7ab2
Show file tree
Hide file tree
Showing 4 changed files with 1,105 additions and 1,163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: install python dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions poetry==1.2.0
pip install tox tox-gh-actions poetry==1.5.1
- name: make jars dir
run: mkdir -p src/pymeter/resources/jars
- name: copy jars
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry==1.2.0
pip install poetry==1.5.1
poetry install --only-root
- name: Build package
run: poetry build -f sdist
Expand Down
Loading

0 comments on commit 47d7ab2

Please sign in to comment.