Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Jan 27, 2025
1 parent 2d00730 commit 0a0b7a8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Release
"on":
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+"

jobs:
release:
Expand All @@ -25,15 +25,15 @@ jobs:
with:
python-version: "3.13"

- name: Install dependencies
run: |
uv sync --all-extras --frozen
- name: Install UV
uses: astral-sh/setup-uv@v5
with:
version: ">=0.5.24"

- name: Install dependencies
run: |
uv sync --all-extras --frozen
- name: Check if there is a parent commit
id: check-parent-commit
run: |
Expand All @@ -44,10 +44,8 @@ jobs:
uv build
- name: Publish package on PyPI
if: steps.check-version.outputs.tag
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Publish the release notes
Expand Down

0 comments on commit 0a0b7a8

Please sign in to comment.