Commit 25d3d4b 1 parent a887143 commit 25d3d4b Copy full SHA for 25d3d4b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
- name : Setup Python
75
75
uses : actions/setup-python@v5
76
76
with :
77
- python-version : 3.x
77
+ python-version : 3.12
78
78
79
79
- name : Setup Poetry
80
80
uses : ./.github/actions/setup-poetry
@@ -109,13 +109,13 @@ jobs:
109
109
run : |
110
110
# Add the original pinecone client version file to git
111
111
# 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
113
113
# one source of truth for our release process. We need to maintain
114
114
# both files for the time being, and they should always contain the
115
115
# identical package version
116
116
git add pinecone/__version__
117
117
# 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
119
119
git add pyproject.toml
120
120
git commit -m "[skip ci] Bump version to ${{ steps.bump.outputs.VERSION_TAG }}"
121
121
You can’t perform that action at this time.
0 commit comments