Skip to content

Commit

Permalink
👷 Fix GHA release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Oct 27, 2024
1 parent 304d7e7 commit bf3b02b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# .github/workflows/publish-to-pypi.yml

name: Publish to PyPI

on:
Expand All @@ -14,11 +12,16 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: "refs/tags/${{ github.event.release.tag_name }}"

- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true

- name: Build Package
run: uv build

- name: Publish Package
run: uv publish

0 comments on commit bf3b02b

Please sign in to comment.