Skip to content

ci: github: bump the actions-deps group across 1 directory with 9 upd… #859

ci: github: bump the actions-deps group across 1 directory with 9 upd…

ci: github: bump the actions-deps group across 1 directory with 9 upd… #859

Workflow file for this run

name: Python Package
on: [push, pull_request, workflow_call]
permissions:
contents: read
jobs:
package:
name: Python Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
- name: Build a binary wheel and a source tarball
run: uv build
- name: Store the distribution packages
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: python-package-distributions
path: dist/