We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5268aff + 7a2e194 commit 5e726a9Copy full SHA for 5e726a9
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
pypi-publish:
8
name: Publish release to PyPI
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
10
environment:
11
name: pypi
12
url: https://pypi.org/p/optillm
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="optillm",
5
- version="0.0.25",
+ version="0.0.26",
packages=find_packages(),
py_modules=['optillm'],
package_data={
0 commit comments