Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkroot committed Dec 28, 2024
1 parent d945c42 commit 97886d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# check-out repo and set-up python and poetry
#----------------------------------------------
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry
Expand All @@ -39,7 +39,7 @@ jobs:
# check-out repo and set-up python and poetry
#----------------------------------------------
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Build
run: poetry build --ansi --no-interaction

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
with:
name: dist
Expand All @@ -66,7 +66,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry
Expand Down

0 comments on commit 97886d0

Please sign in to comment.