Skip to content

Commit

Permalink
Merge pull request #64 from marlanperumal/release/0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marlanperumal authored Jan 14, 2025
2 parents 0d1c6e8 + ff99849 commit 57396e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.13'
python-version: "3.13"

- name: Install uv
uses: astral-sh/setup-uv@v5
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.13'
python-version: "3.13"

- name: Install uv
uses: astral-sh/setup-uv@v5
Expand All @@ -47,4 +47,6 @@ jobs:
run: uv build

- name: Publish to PyPi
env:
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
run: uv publish

0 comments on commit 57396e9

Please sign in to comment.