Skip to content

Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 #164

Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0

Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 #164

Workflow file for this run

name: Build
on:
workflow_call:
push:
branches:
- "**"
tags-ignore:
- "**"
permissions:
contents: read
jobs:
build:
name: Build distribution
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Python
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: "3.x"
- name: Install pypa/build
run: python3 -m pip install build --user
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Store the distribution packages
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: python-package-distributions
path: dist/