Skip to content

Add trusted publisher release workfiow #2

Add trusted publisher release workfiow

Add trusted publisher release workfiow #2

Workflow file for this run

name: Temporary
on:
pull_request:
branches:
- "*"
jobs:
build:
name: Build distribution 📦
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Build a binary wheel and a source tarball
run: |
python3 -m venv build-env
build-env/bin/python -m pip install --no-deps --only-binary :all: --require-hashes -r build-requirements.txt
build-env/bin/python -m build --no-isolation
- name: Store the distribution packages
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: python-package-distributions
path: dist/