Skip to content

Commit 25d3d4b

Browse files
committed
Pin release workflow to python 3.12
1 parent a887143 commit 25d3d4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup Python
7575
uses: actions/setup-python@v5
7676
with:
77-
python-version: 3.x
77+
python-version: 3.12
7878

7979
- name: Setup Poetry
8080
uses: ./.github/actions/setup-poetry
@@ -109,13 +109,13 @@ jobs:
109109
run: |
110110
# Add the original pinecone client version file to git
111111
# Even though Poetry is now the preferred means of working
112-
# with this project, since this __version__ file has been the
112+
# with this project, since this __version__ file has been the
113113
# one source of truth for our release process. We need to maintain
114114
# both files for the time being, and they should always contain the
115115
# identical package version
116116
git add pinecone/__version__
117117
# Add also the pyproject.toml, which is Poetry's source of truth, so
118-
# that we maintain the exact same version across the two files
118+
# that we maintain the exact same version across the two files
119119
git add pyproject.toml
120120
git commit -m "[skip ci] Bump version to ${{ steps.bump.outputs.VERSION_TAG }}"
121121

0 commit comments

Comments
 (0)