From b54f49c05ae24c0834cb2d92b0bf3dec69c0d913 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Thu, 7 Dec 2023 11:04:14 +0100 Subject: [PATCH] Bump deployment pipeline --- .github/workflows/python-package-deploy.yml | 8 ++++---- constructive_geometries/__init__.py | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-package-deploy.yml b/.github/workflows/python-package-deploy.yml index 5326dbb..0f8ea84 100644 --- a/.github/workflows/python-package-deploy.yml +++ b/.github/workflows/python-package-deploy.yml @@ -5,7 +5,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI on: push: - branches: [main, develop] + branches: [main] jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI @@ -14,10 +14,10 @@ jobs: id-token: write steps: - uses: actions/checkout@master - - name: Set up Python 3.10 - uses: actions/setup-python@v3 + - name: Set up Python 3.11 + uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.11" - name: Install pypa/build run: >- python -m diff --git a/constructive_geometries/__init__.py b/constructive_geometries/__init__.py index 3dcb4fd..e6cfc6b 100644 --- a/constructive_geometries/__init__.py +++ b/constructive_geometries/__init__.py @@ -3,6 +3,7 @@ "Geomatcher", "resolved_row", ) + __version__ = "0.9.4"