Skip to content

get_item_nameid method for public mixin. Return yarl.URL from url… #8

get_item_nameid method for public mixin. Return yarl.URL from url…

get_item_nameid method for public mixin. Return yarl.URL from url… #8

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
main:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: write
steps:
- uses: actions/checkout@v4
# it would be nice to be able to generate changelogs there
- name: Create & publish release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true