Skip to content

chore: On release, push to ghcr instead of pypi #3

chore: On release, push to ghcr instead of pypi

chore: On release, push to ghcr instead of pypi #3

Workflow file for this run

name: "Release"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
github-release:
uses: ZeroGachis/.github/.github/workflows/gh-release-please.yml@v4
with:
major_and_minor_tags: false
publish:
needs: github-release
if: ${{ needs.github-release.outputs.release_created == 'true' }}
uses: ZeroGachis/.github/.github/workflows/python-publish.yml@v4
with:
python_version: "3.12"
environment_name: main