Skip to content

Update publishing yaml #2

Update publishing yaml

Update publishing yaml #2

Workflow file for this run

name: Release Package
# Triggers the workflow on push of a tag
on:
push:
tags:
- "*"
jobs:
lint-unit-test:
uses: ./.github/workflows/lint-unit-test.yml
with:
os: "ubuntu-latest"
python-version: "3.8"
secrets: inherit
publish-python-package:
needs: lint-unit-test
uses: ./.github/workflows/publish-pypi-package.yml
secrets: inherit