Skip to content

chore(deps): update dependency ruff to v0.4.10 #26

chore(deps): update dependency ruff to v0.4.10

chore(deps): update dependency ruff to v0.4.10 #26

Workflow file for this run

name: Create Release
on:
push:
branches: [ main ]
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create release
uses: seriaati/create-release@main
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
python_version: "3.11"