Skip to content

style: dark navy docs theme with BrainLayer indigo accent (#23) #1

style: dark navy docs theme with BrainLayer indigo accent (#23)

style: dark navy docs theme with BrainLayer indigo accent (#23) #1

Workflow file for this run

name: Publish to PyPI
on:
push:
tags: ["v*"]
jobs:
publish:
runs-on: ubuntu-latest
environment: pypi
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install build
- run: python -m build
- uses: pypa/gh-action-pypi-publish@release/v1