Skip to content

Commit 24336bf

Browse files
authored
リリースする際のpoetryバージョンを1.7にする (#620)
1 parent eb561fd commit 24336bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: "3.10"
1717
- name: Install poetry
1818
run: |
19-
python -m pip install "poetry<1.5" poetry-dynamic-versioning
19+
python -m pip install "poetry<1.7" poetry-dynamic-versioning
2020
- name: Publish
2121
env:
2222
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)