We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb561fd commit 24336bfCopy full SHA for 24336bf
.github/workflows/publish-to-pypi.yml
@@ -16,7 +16,7 @@ jobs:
16
python-version: "3.10"
17
- name: Install poetry
18
run: |
19
- python -m pip install "poetry<1.5" poetry-dynamic-versioning
+ python -m pip install "poetry<1.7" poetry-dynamic-versioning
20
- name: Publish
21
env:
22
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
0 commit comments