Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afe0f2a

Browse files
authored
Joch/fix build (opper-ai#72)
* Update version * Bump version
1 parent f06956e commit afe0f2a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
id-token: write
149149
steps:
150150
- name: Download all the dists
151-
uses: actions/download-artifact@v3
151+
uses: actions/download-artifact@v4
152152
with:
153153
name: python-package-distributions
154154
path: dist/
@@ -198,7 +198,7 @@ jobs:
198198

199199
steps:
200200
- name: Download all the dists
201-
uses: actions/download-artifact@v3
201+
uses: actions/download-artifact@v4
202202
with:
203203
name: python-package-distributions
204204
path: dist/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "opperai"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
description = "Opper Python client"
55
authors = ["Opper <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)