Skip to content

Commit 5666eb0

Browse files
authored
fix: Fix publish by ensuring uv environment (#28)
* fix: Fix publish by ensuring uv environment * bump beta version
1 parent 75facd5 commit 5666eb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Build dist
2323
run: |
24-
python -m build
24+
uv run python -m build
2525
2626
- uses: actions/upload-artifact@v6
2727
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "async-geotiff"
3-
version = "0.1.0-beta.2"
3+
version = "0.1.0-beta.3"
44
description = "Async GeoTIFF reader for Python"
55
readme = "README.md"
66
authors = [{ name = "Kyle Barron", email = "kyle@developmentseed.org" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)