Skip to content

Commit

Permalink
Bump deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Dec 7, 2023
1 parent aa9eb9c commit b54f49c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions constructive_geometries/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"Geomatcher",
"resolved_row",
)

__version__ = "0.9.4"


Expand Down

0 comments on commit b54f49c

Please sign in to comment.