Skip to content

bump

bump #11

Workflow file for this run

# Public to PyPI
name: Publish to PyPI
on:
push:
paths:
- "setup.py"
jobs:
build:
name: Build
runs-on: ubuntu-latest
environment:
name: "pypi"
url: https://pypi.org/p/fennel-invest-api
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Publish
uses: lsst-sqre/build-and-publish-to-pypi@v2
with:
python-version: "3.11"
upload: ${{ github.ref == 'refs/heads/main' }}