Skip to content

Commit

Permalink
Setup poetry correctly for release publish (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Mar 6, 2024
1 parent 5b224e8 commit 05edeed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

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

- name: Set up Poetry
run: |
pip install poetry==${{ env.POETRY_VERSION }}
- name: Publish scenarios to GitHub Pages
run: |
poetry run packse index build --no-hash scenarios/*.json
Expand Down

0 comments on commit 05edeed

Please sign in to comment.