Skip to content

Merge pull request #40 from ssciwr/pre-commit-ci-update-config #14

Merge pull request #40 from ssciwr/pre-commit-ci-update-config

Merge pull request #40 from ssciwr/pre-commit-ci-update-config #14

Workflow file for this run

name: PyPI deploy
on:
workflow_dispatch:
push:
tags:
- "v*.*.*"
jobs:
pypi-deploy:
name: Deploying Python Package
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
with:
# setuptools_scm requires a non-shallow clone of the repository
fetch-depth: 0
- uses: actions/setup-python@v5
name: Install Python
- name: Build SDist
run: pipx run build --sdist
- uses: pypa/[email protected]