Skip to content

Commit

Permalink
👷 ci: use uv publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Jan 19, 2025
1 parent 88a7c45 commit 1d413e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/biliass-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,11 @@ jobs:
merge-multiple: true
path: dist/

- name: Install uv
uses: astral-sh/setup-uv@v5

- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
run: uv publish -v

publish-release:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ jobs:
name: release-dists
path: dist/

- name: Install uv
uses: astral-sh/setup-uv@v5

- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
run: uv publish -v

publish-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1d413e7

Please sign in to comment.