diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/release-workflow.yml similarity index 96% rename from .github/workflows/publish-to-test-pypi.yml rename to .github/workflows/release-workflow.yml index bb56c30..37c5d96 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/release-workflow.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 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"