Skip to content

Update recon_ob.py move check books after aggregation #9

Update recon_ob.py move check books after aggregation

Update recon_ob.py move check books after aggregation #9

name: check and publish snapshot Python tarball to PyPi
on:
push:
branches-ignore:
- master
paths-ignore:
- README.md
jobs:
build-job:
name: Check and publish snapshot tarball to PyPi
uses: th2-net/.github/.github/workflows/compound-python.yml@main
with:
release-type: development
style-check-enabled: false
strict-style-check: false
python-check-versions: "['3.9', '3.10', '3.11', '3.12']"
test-dir: test/
test-requirements-files: requirements.txt, requirements_dev.txt
secrets:
pypi-password: ${{ secrets.PYPI_PASSWORD }}