Skip to content

feat(poetry): refactor to use poetry instead of pipenv and GH actions… #4

feat(poetry): refactor to use poetry instead of pipenv and GH actions…

feat(poetry): refactor to use poetry instead of pipenv and GH actions… #4

Workflow file for this run

name: PyPI Test
on:
push:
branches:
- '*'
tags:
- '*'
pull_request:
types: [opened, synchronize]
jobs:
PyPIPoetryPublish:
name: PyPI Poetry Publish
uses: uc-cdis/.github/.github/workflows/python_package_index_publish.yaml@feat/pypi
with:
PYTHON_VERSION: '3.9'
IS_TEST_PUBLISH: true
secrets:
PYPI_TEST_API_TOKEN: ${{ secrets.PYPI_TEST_API_TOKEN }}
PYPI_PROD_API_TOKEN: ${{ secrets.PYPI_PROD_API_TOKEN }}