Skip to content

Bump github/codeql-action from 3.24.10 to 3.25.0 #97

Bump github/codeql-action from 3.24.10 to 3.25.0

Bump github/codeql-action from 3.24.10 to 3.25.0 #97

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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: python-package-distributions
path: dist/