Skip to content

Commit

Permalink
ci: update release pipeline to use shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danut13 committed May 6, 2024
1 parent c652214 commit 5d7f936
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/install-deps
- uses: pantos-io/ci-workflows/.github/actions/install-poetry@v1

- name: Build package
run: |
make wheel
env:
PANTOS_COMMON_VERSION: ${{ github.event.release.tag_name }}
run: make wheel

- name: Upload build artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5d7f936

Please sign in to comment.