Skip to content

release

release #2

Workflow file for this run

name: "release"
on:
workflow_dispatch: {}
jobs:
sync:
runs-on: "ubuntu-latest"
steps:
- uses: "dropseed/[email protected]"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
tag_prefix: ""
publish:
runs-on: "ubuntu-latest"
steps:
- uses: "blakeNaccarato/[email protected]"
with:
python-version: "3.11"
install-project: false
- run: "flit publish"
env:
FLIT_USERNAME: "__token__"
FLIT_PASSWORD: "${{ secrets.PYPI_TOKEN }}"