Skip to content

Commit

Permalink
Update pypi.yaml (#95)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Avantol13 authored Jan 19, 2024
1 parent d0f6de9 commit 978420a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: PyPI
on:
push:
branches:
- main
- master
tags:
- '*'
jobs:
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 978420a

Please sign in to comment.