Skip to content

Build and publish on Pypi Test #1

Build and publish on Pypi Test

Build and publish on Pypi Test #1

name: Publish on Pypi Test
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4
- name: Build and publish to pypi
# https://github.com/JRubics/poetry-publish
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TEST_API_TOKEN }}
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"