From e8eb76419334046c046ea49f734100294074fa66 Mon Sep 17 00:00:00 2001 From: Bahador Farahani Date: Wed, 19 May 2021 14:03:48 +0200 Subject: [PATCH 1/3] change workflows to run only on release --- .github/workflows/publish-to-test-pypi.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index bb56c30..37c5d96 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -1,8 +1,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI on: - push: - branches: - - main + release: + types: [published] jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI From 5e957ce7fafc8f0dd00d516fa69cd7341a9f8056 Mon Sep 17 00:00:00 2001 From: Bahador Farahani Date: Wed, 19 May 2021 14:04:05 +0200 Subject: [PATCH 2/3] release version 1.10.5 --- paci/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paci/__init__.py b/paci/__init__.py index ee58dc7..d36770e 100644 --- a/paci/__init__.py +++ b/paci/__init__.py @@ -1,2 +1,2 @@ """Sets the version number of paci.""" -__version__ = "1.10.4" +__version__ = "1.10.5" From 0ad4b03bb9893f7d57d2816e0ad8ddcf4ba19001 Mon Sep 17 00:00:00 2001 From: Bahador Farahani Date: Wed, 19 May 2021 14:28:42 +0200 Subject: [PATCH 3/3] rename publish workflow file --- .../workflows/{publish-to-test-pypi.yml => release-workflow.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{publish-to-test-pypi.yml => release-workflow.yml} (100%) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/release-workflow.yml similarity index 100% rename from .github/workflows/publish-to-test-pypi.yml rename to .github/workflows/release-workflow.yml