Skip to content

Add/experiment configuration #17

Add/experiment configuration

Add/experiment configuration #17

Workflow file for this run

on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build and publish to pypi
uses: JRubics/poetry-publish@master
with:
pypi_token: ${{ secrets.PYPI_TEST_TOKEN }}
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"