Skip to content

Prepare for 0.4.1 release (#88) #18

Prepare for 0.4.1 release (#88)

Prepare for 0.4.1 release (#88) #18

Workflow file for this run

name: Build Python package
on: [push, pull_request]
jobs:
dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Build a source distribution
run: python setup.py sdist