Skip to content

Commit

Permalink
Version bump & flow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefur committed Sep 15, 2024
1 parent 28c77dd commit 225d186
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
name: python-${{ matrix.os }}
name: ${{ matrix.os }} python-${{ matrix.python-version }}

strategy:
matrix:
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: release

env:
UV_VERSION: "0.4.9"
UV_LINK_MODE: copy

on:
release:
types: [published]
Expand All @@ -21,8 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up uv ${{ env.UV_VERSION }}
run: curl -LsSf https://astral.sh/uv/${{ env.UV_VERSION }}/install.sh | sh
- name: Install uv
uses: astral-sh/setup-uv@v2
with:
version: "0.4.10"

- name: Build for distribution
run: uv build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "swemaps"
version = "0.1.4"
version = "0.1.5"
description = "Maps of Sweden in GeoParquet for easy usage."
license = "MIT"
repository = "https://github.com/stefur/swemaps/"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 225d186

Please sign in to comment.