Skip to content

cloudshell-raritan 1.0.2 #3

cloudshell-raritan 1.0.2

cloudshell-raritan 1.0.2 #3

Workflow file for this run

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