From 4f84d75a7cbb9dca811deac65b7c3c9b1a117cfb Mon Sep 17 00:00:00 2001 From: Carlos Rueda Date: Wed, 21 Aug 2024 09:42:08 -0700 Subject: [PATCH] 1.2.71 (publish only for py 3.9) --- .github/workflows/release-pypi.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index f74160a..b1a4fa7 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - python-versions: [ "3.9", "3.10", "3.11" ] + python-versions: [ "3.9" ] os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} diff --git a/pyproject.toml b/pyproject.toml index adf9778..12a8596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "mbari-pbp" -version = "1.2.7" +version = "1.2.71" description = "PyPAM based Processing" authors = [ "Carlos Rueda ",