Skip to content

Commit 6b25386

Browse files
committed
ci: Fix poetry publish bug involving requests_toolbelt
1 parent 7cc507e commit 6b25386

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v4
1313
with:
14-
python-version: "3.10"
14+
python-version: "3.11"
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip
1818
python -m pip install poetry==1.1.13
19+
python -m pip install -U requests_toolbelt==1.0.0 # fixes https://github.com/python-poetry/poetry/issues/8679
1920
- name: Build and publish
2021
env:
2122
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)