Skip to content

chore(deps): lock file maintenance #267

chore(deps): lock file maintenance

chore(deps): lock file maintenance #267

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/checkout@v4.2.2
- name: Install Hatchling
run: pip install --upgrade hatchling
- name: Build
run: hatchling build
- name: Push to PyPI
uses: pypa/gh-action-pypi-publish@v1.12.4
with:
attestations: true