Skip to content

Fix asyncio not working in interactive environments #27

Fix asyncio not working in interactive environments

Fix asyncio not working in interactive environments #27

name: check and publish snapshot Python tarball to PyPi
on:
push:
branches:
- dev_*
- pypi_*
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.8', '3.9', '3.10', '3.11', '3.12']"
test-dir: tests/tests_unit
test-ignore-dir: tests/tests_unit/test_dependencies/
test-requirements-files: requirements.txt, requirements_dev.txt
secrets:
pypi-password: ${{ secrets.PYPI_PASSWORD }}