Skip to content

Use tenacity instead of retry #66

Use tenacity instead of retry

Use tenacity instead of retry #66

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@davitmamrikishvili-patch-1

Check failure on line 14 in .github/workflows/publish-snapshot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-snapshot.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish-snapshot.yml" -> "th2-net/.github/.github/workflows/compound-python.yml@davitmamrikishvili-patch-1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
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 }}