Skip to content

Publish to TestPyPi

Publish to TestPyPi #2

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 }}
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"