Skip to content

Publish to TestPyPi

Publish to TestPyPi #1

Workflow file for this run

name: Publish to TestPyPi
on: workflow_dispatch
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Build and publish to PyPi"
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.TEST_PYPI_TOKEN }}