Skip to content

Python3.13 compatibility #50

Python3.13 compatibility

Python3.13 compatibility #50

Workflow file for this run

name: Create Release
on:
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up pnpm
- uses: pnpm/action-setup@v4.1.0
with:
version: 10.11.0
- name: Install dependencies
run: pnpm install
- name: Generate a release
env:
GITHUB_TOKEN: ${{ secrets.CLI_PAT }}
run: pnpm run release