Skip to content

Bump ossf/scorecard-action from 2.3.3 to 2.4.0 #148

Bump ossf/scorecard-action from 2.3.3 to 2.4.0

Bump ossf/scorecard-action from 2.3.3 to 2.4.0 #148

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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.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/