Skip to content

shellfoundry 1.2.23

shellfoundry 1.2.23 #1

Workflow file for this run

name: deploy package
on:
release:
types: [ published ]
jobs:
tox-ci:
uses: QualiSystems/.github/.github/workflows/package-tox-py-37-39.yml@master
pypi-deploy:
needs: tox-ci
uses: QualiSystems/.github/.github/workflows/package-deploy-pypi.yml@master
secrets: inherit