Skip to content

Updating code, removing deprecated patterns, general future compat #12

Updating code, removing deprecated patterns, general future compat

Updating code, removing deprecated patterns, general future compat #12

Workflow file for this run

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