Skip to content

Commit

Permalink
fix: setting fixed version of poetry since 2.x broke backwards compat…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
evilsocket committed Jan 7, 2025
1 parent 87716ca commit e900d41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish

on:
workflow_dispatch:
push:
tags: ["v*"]

Expand All @@ -23,6 +24,8 @@ jobs:

- name: Install Poetry
uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd
with:
poetry-version: "1.8.4"

- name: Configure Poetry
run: |
Expand Down

0 comments on commit e900d41

Please sign in to comment.