Skip to content

Commit 39d91b2

Browse files
committed
:fix: Updating poetry
1 parent 0dd773d commit 39d91b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continous_deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: '3.9'
1818
architecture: x64
19-
- run: pip install poetry==1.0.5
19+
- run: pip install poetry==1.3.1
2020
- run: >-
2121
poetry version patch &&
2222
version=$(poetry version | awk '{print $2}') &&

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
python-version: '3.9'
1717
architecture: x64
18-
- run: pip install poetry==1.1.13
18+
- run: pip install poetry==1.3.1
1919
- run: poetry build
2020
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)