Skip to content

Commit

Permalink
Added publish-snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Aug 13, 2024
1 parent 1c3d05a commit 7646077
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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@python-workflow # FIXME: change to 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-requirements-file: requirements_dev.txt
secrets:
pypi-password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 7646077

Please sign in to comment.