Skip to content

Commit 4e62d2e

Browse files
authored
Merge pull request #139 from codelion/codelion-patch-1
Update publish.yml
2 parents fc30c32 + aa98b06 commit 4e62d2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
pypi-publish:
88
name: Publish release to PyPI
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-latest
1010
environment:
1111
name: pypi
1212
url: https://pypi.org/p/optillm
@@ -30,7 +30,7 @@ jobs:
3030

3131
docker-publish:
3232
name: Publish Docker image
33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-22.04
3434
needs: pypi-publish
3535
permissions:
3636
contents: read

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="optillm",
5-
version="0.0.26",
5+
version="0.0.27",
66
packages=find_packages(),
77
py_modules=['optillm'],
88
package_data={

0 commit comments

Comments
 (0)