Skip to content

Commit 5e726a9

Browse files
authored
Merge pull request #137 from codelion/codelion-patch-1
Update publish.yml
2 parents 5268aff + 7a2e194 commit 5e726a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
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-latest
9+
runs-on: ubuntu-22.04
1010
environment:
1111
name: pypi
1212
url: https://pypi.org/p/optillm

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.25",
5+
version="0.0.26",
66
packages=find_packages(),
77
py_modules=['optillm'],
88
package_data={

0 commit comments

Comments
 (0)