Skip to content

chore(deps): update pypa/gh-action-pypi-publish action to v1.14.2 #402

chore(deps): update pypa/gh-action-pypi-publish action to v1.14.2

chore(deps): update pypa/gh-action-pypi-publish action to v1.14.2 #402

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install Hatchling
run: pip install --upgrade hatchling
- name: Build
run: hatchling build
- name: Push to PyPI
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
with:
attestations: true