Skip to content

Merge Repositories (#110) #66

Merge Repositories (#110)

Merge Repositories (#110) #66

Workflow file for this run

name: Update Python Development Release
on:
push:
branches:
- '**'
jobs:
publish_release:
if: github.repository_owner == 'Synodic-Software'
uses: synodic-software/.github/.github/workflows/python-merge.yml@stable
with:
repository_url: https://upload.pypi.org/legacy/
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}