Skip to content

Commit

Permalink
feat: use python 3.9 in pypi publish job (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisba11 authored Aug 23, 2023
1 parent af355d0 commit 0269290
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ jobs:
ref: main
fetch-depth: 0

- name: Set up Python 3.9
id: setup-python
uses: actions/setup-python@v4
with:
python-version: "3.9"

- run: |
pip install poetry
poetry install
Expand Down

0 comments on commit 0269290

Please sign in to comment.