Skip to content

Commit

Permalink
ci: Fix GitHub Actions Python 3.10 / poetry interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
riddell-stan committed Feb 15, 2022
1 parent 2c7065f commit ef8406c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry==1.0.10
python -m pip install poetry==1.1.13
- name: Build and publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit ef8406c

Please sign in to comment.