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.
1 parent fb99fae commit 44521d7Copy full SHA for 44521d7
.github/workflows/build-wheel.yml
@@ -61,7 +61,7 @@ jobs:
61
ton-http-api/dist/*.whl
62
ton-http-api/dist/*.tar.gz
63
upload-pypi:
64
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
65
needs: [ set_version, build_wheel ]
66
steps:
67
- name: Download artifacts
ton-http-api/requirements.txt
@@ -6,5 +6,5 @@ requests==2.28.0
6
ring==0.10.1
7
uvicorn==0.17.6
8
gunicorn==20.1.0
9
-pytonlib==0.0.64
+pytonlib==0.0.65
10
inject==4.3.1
0 commit comments