Skip to content

🚑 Fix: login method raises TypeError on python 3.11 and above. v0.5.2 #6

🚑 Fix: login method raises TypeError on python 3.11 and above. v0.5.2

🚑 Fix: login method raises TypeError on python 3.11 and above. v0.5.2 #6

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