Skip to content

Update blake3 version #19

Update blake3 version

Update blake3 version #19

name: check and publish snapshot Python tarball to PyPi
on:
push:
branches-ignore:
- master
- version-*
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: tests/
test-requirements-files: requirements.txt, requirements_dev.txt
secrets:
pypi-password: ${{ secrets.PYPI_PASSWORD }}