Skip to content

Fix building/deployment of Python package and docker image #2

Fix building/deployment of Python package and docker image

Fix building/deployment of Python package and docker image #2

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