Skip to content

Commit

Permalink
1.2.71 (publish only for py 3.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Aug 21, 2024
1 parent 69f84c9 commit 4f84d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
Expand Down

0 comments on commit 4f84d75

Please sign in to comment.