Skip to content

0.30

0.30 #22

Workflow file for this run

on: [release, workflow_dispatch]
env:
HATCH_INDEX_USER: __token__
HATCH_INDEX_AUTH: ${{ secrets.HATCH_INDEX_AUTH }}
name: Release
jobs:
release:
name: Release Cirun Python Client
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.5.0
- name: Install dependencies
run: pip install -r requirements.txt
- name: Hatch Build
run: hatch build
- name: Hatch Publish
run: hatch publish -n