Skip to content

Commit

Permalink
ci: Fix poetry publish bug involving requests_toolbelt
Browse files Browse the repository at this point in the history
  • Loading branch information
riddell-stan committed Dec 13, 2023
1 parent 7cc507e commit 6b25386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry==1.1.13
python -m pip install -U requests_toolbelt==1.0.0 # fixes https://github.com/python-poetry/poetry/issues/8679
- name: Build and publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 6b25386

Please sign in to comment.