Skip to content

Publish to Test PyPi #3

Publish to Test PyPi

Publish to Test PyPi #3

Workflow file for this run

name: Publish to Test PyPi
on: workflow_dispatch
jobs:
test-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to test pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.TEST_PYPI_TOKEN }}
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"