Skip to content

chore: match python version to the container #18

chore: match python version to the container

chore: match python version to the container #18

Workflow file for this run

# Copyright © Michal Čihař <[email protected]>
#
# SPDX-License-Identifier: MIT
name: Release
on:
push:
tags:
- '*'
jobs:
create_release:
runs-on: ubuntu-24.04
name: Create release on GitHub
permissions:
contents: write
steps:
- uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true