Skip to content

Commit 5d2538e

Browse files
authored
Merge pull request #116 from eldaduzman/update-poetry
upgrade poetry version
2 parents 85b6900 + 47d7ab2 commit 5d2538e

File tree

4 files changed

+1105
-1163
lines changed

4 files changed

+1105
-1163
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: install python dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install tox tox-gh-actions poetry==1.2.0
30+
pip install tox tox-gh-actions poetry==1.5.1
3131
- name: make jars dir
3232
run: mkdir -p src/pymeter/resources/jars
3333
- name: copy jars

.github/workflows/publish-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip
43-
pip install poetry==1.2.0
43+
pip install poetry==1.5.1
4444
poetry install --only-root
4545
- name: Build package
4646
run: poetry build -f sdist

0 commit comments

Comments
 (0)