Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Mar 2, 2024
1 parent 2d9dbf0 commit cf47fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- uses: actions/setup-python@v5
with:
cache: poetry
python-version: 3.11
- run: pip install poetry
- run: poetry install
- uses: tschm/[email protected]
id: mint
Expand Down

0 comments on commit cf47fcf

Please sign in to comment.