Skip to content

Python3.9 does not have the zip strict keyword yet (#168) #11

Python3.9 does not have the zip strict keyword yet (#168)

Python3.9 does not have the zip strict keyword yet (#168) #11

---
name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Draft release notes
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...