Skip to content

Commit

Permalink
[skip ci]chore: update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrennand committed May 18, 2024
1 parent 7bdb5f9 commit aa9d7c5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.12

- name: Load cached Poetry installation
uses: actions/cache@v2
id: cached-poetry
uses: actions/cache@v3
with:
path: ~/.local
key: poetry-0

- name: Install Poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'
uses: snok/install-poetry@v1

- name: Configure Poetry
Expand Down

0 comments on commit aa9d7c5

Please sign in to comment.