Skip to content

Update pyproject.

Update pyproject. #4

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Release
uses: patrick-kidger/action_update_python_project@v6
with:
python-version: "3.11"
pypi-token: ${{ secrets.pypi_token }}
github-user: thebuckleylab
github-token: ${{ github.token }}