Skip to content

Commit bb7f33e

Browse files
committed
fix(ci): use astral-sh/setup-uv@main; retrigger publish
1 parent e08e99d commit bb7f33e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: "3.13"
2424
- name: Install uv
25-
uses: astral-sh/setup-uv@master
25+
uses: astral-sh/setup-uv@main
2626
- name: Build
2727
run: uv build
2828
- name: Publish to PyPI

src/knarrow/__about__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919

2020
__version__ = version = "0.9.0"
2121
__version_tuple__ = version_tuple = (0, 9, 0)
22+

0 commit comments

Comments
 (0)