From e8d5e7f7e235a2d3882b061164000fef118b7103 Mon Sep 17 00:00:00 2001 From: Jon Clucas Date: Tue, 1 Feb 2022 16:32:54 -0500 Subject: [PATCH 1/2] :bookmark: Bump version to 0.4.1 --- CHANGELOG.rst | 4 ++++ setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8743bf51..450600e1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ ========= Changelog ========= +`Version 0.4.1` +=============== +* + `Version 0.4.0: Goodbye Singularity Hub `_ ================================================================================================ * 👽 Drop call to now-deprecated Singularity Hub diff --git a/setup.cfg b/setup.cfg index 8aba9d0c..28e49ba8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ classifiers = Operating System :: OS Independent Programming Language :: Python :: 3 Topic :: Scientific/Engineering :: Bio-Informatics -version = 0.4.0 +version = 0.4.1 [options] zip_safe = False From bd83ca24dc2888f3ab6beb33c86abd2b1fc14e38 Mon Sep 17 00:00:00 2001 From: Jon Clucas Date: Tue, 1 Feb 2022 16:33:11 -0500 Subject: [PATCH 2/2] :construction_worker: Only publish once per tag --- .github/workflows/pythonpublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index dd7066cd..b8b4fadd 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -5,7 +5,7 @@ name: Upload Python Package on: release: - types: [created, edited, published, released] + types: [published] jobs: deploy: