Skip to content

add pypi gh actions workflows #1

add pypi gh actions workflows

add pypi gh actions workflows #1

Workflow file for this run

name: Python CI
on:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [created]
workflow_dispatch:
jobs:
publish:
uses: microsoft/action-python/.github/workflows/publish.yml@0.2.0
secrets:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}