Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06956e commit afe0f2aCopy full SHA for afe0f2a
2 files changed
.github/workflows/publish.yml
@@ -148,7 +148,7 @@ jobs:
148
id-token: write
149
steps:
150
- name: Download all the dists
151
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
152
with:
153
name: python-package-distributions
154
path: dist/
@@ -198,7 +198,7 @@ jobs:
198
199
200
201
202
203
204
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "opperai"
3
-version = "0.24.0"
+version = "0.24.1"
4
description = "Opper Python client"
5
authors = ["Opper <[email protected]>"]
6
readme = "README.md"
0 commit comments