Skip to content

1.0.0

1.0.0 #8

Workflow file for this run

name: release
on:
push:
tags: ['v[0-9]+.[0-9]+.[0-9]']
workflow_dispatch:
concurrency:
group: prod
cancel-in-progress: true
jobs:
release:
name: test-pypi-release
uses: ./.github/workflows/_release.yaml
with:
environment: DEV
url: https://test.pypi.org/p/gentroutils
dev-release:
needs: release
name: pypi-release
uses: ./.github/workflows/_release.yaml
with:
environment: PyPI
url: https://pypi.org/p/gentroutils