diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index b1b8eee3..5a45f71e 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -1,9 +1,6 @@ name: PyPI on: push: - branches: - - main - - master tags: - '*' jobs: @@ -12,6 +9,7 @@ jobs: uses: uc-cdis/.github/.github/workflows/python_package_index_publish.yaml@master with: PYTHON_VERSION: '3.9' + # This will attempt push to test PyPI first and only push to prod if it works DO_TEST_PUBLISH_FIRST: true secrets: PYPI_TEST_API_TOKEN: ${{ secrets.PYPI_TEST_API_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 0e9273e0..90f38151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gen3cirrus" -version = "3.0.0" +version = "3.0.1" description = "" authors = ["Center for Translational Data Science at the University of Chicago "] license = "Apache-2.0"