There was an error while loading. Please reload this page.
1 parent 7cc507e commit 6b25386Copy full SHA for 6b25386
.github/workflows/publish.yaml
@@ -11,11 +11,12 @@ jobs:
11
- name: Set up Python
12
uses: actions/setup-python@v4
13
with:
14
- python-version: "3.10"
+ python-version: "3.11"
15
- name: Install dependencies
16
run: |
17
python -m pip install --upgrade pip
18
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
20
- name: Build and publish
21
env:
22
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
0 commit comments