Skip to content

chore(deps): bump the actions group with 1 update (#561) #347

chore(deps): bump the actions group with 1 update (#561)

chore(deps): bump the actions group with 1 update (#561) #347

Workflow file for this run

name: CD
on:
workflow_dispatch:
push:
branches:
- main
release:
types:
- published
jobs:
dist:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: hynek/build-and-inspect-python-package@v2
publish:
needs: [dist]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
environment:
name: pypi
url: https://pypi.org/p/hist
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4
with:
name: Packages
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1