Skip to content

! manual run for commit checks #160

! manual run for commit checks

! manual run for commit checks #160

name: DEV Package and TestPyPi Upload
on:
workflow_dispatch:
push:
branches:
- '**'
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TEST_TOKEN }}
python_version: ${{ env.PYTHON_BUILD_VERSION }}
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"