Skip to content

chore: Bump setuptools from 68.2.2 to 70.0.0 (#189) #6

chore: Bump setuptools from 68.2.2 to 70.0.0 (#189)

chore: Bump setuptools from 68.2.2 to 70.0.0 (#189) #6

Workflow file for this run

---
name: release
on:
push:
tags:
- v*
jobs:
release:
name: Create Github release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create release
run: gh release create ${GITHUB_REF_NAME} --title ${GITHUB_REF_NAME} --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}