Skip to content

! github workflow python version #48

! github workflow python version

! github workflow python version #48

Workflow file for this run

# https://github.com/marketplace/actions/publish-python-poetry-package
name: PyPi Test Package
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
with:
pypi_token: ${{ secrets.PYPI_TEST_TOKEN }}
python_version: "3.11.6"
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"