Skip to content

Merge pull request #466 from OpenGeoscience/renovate/all-minor-patch #275

Merge pull request #466 from OpenGeoscience/renovate/all-minor-patch

Merge pull request #466 from OpenGeoscience/renovate/all-minor-patch #275

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- master
permissions:
contents: write
jobs:
version-and-release:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
- name: Install npm
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
with:
node-version: 24
- name: Run Semantic Release
run: |
uvx python-semantic-release version
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}