From 978420af6533996838000ae3cdc2c2c9b64d0027 Mon Sep 17 00:00:00 2001 From: Alexander VanTol Date: Fri, 19 Jan 2024 15:36:54 -0600 Subject: [PATCH] Update pypi.yaml (#95) * Update pypi.yaml * Update pypi.yaml * Update pypi.yaml * Update pypi.yaml * Update pypi.yaml * Update pypi.yaml * Update pypi.yaml * Update pypi.yaml * Update pypi.yaml * Update pypi.yaml * Update pypi.yaml * Update pyproject.toml --- .github/workflows/pypi.yaml | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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"