Skip to content

chore(deps): lock file maintenance #224

chore(deps): lock file maintenance

chore(deps): lock file maintenance #224

Workflow file for this run

name: Release
on:
pull_request:
types: [closed]
branches: [main]
jobs:
release:
if: github.head_ref == 'knope/release' && github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/[email protected]
- name: Install Hatchling
run: pip install --upgrade hatchling
- name: Build
run: hatchling build
- name: Push to PyPI
uses: pypa/[email protected]
with:
attestations: true