Skip to content

Added release-dry-run workflow #1

Added release-dry-run workflow

Added release-dry-run workflow #1

name: Release Dry Run
on:
push:
branches: [ release-dry-run ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- run: pip3 install -r requirements/release.txt
- run: pip3 install -e .
- run: make release