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 fd5acd6 commit 57c60f9Copy full SHA for 57c60f9
.github/workflows/release.yml
@@ -30,16 +30,16 @@ on:
30
31
jobs:
32
build-release:
33
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
34
steps:
35
- uses: actions/checkout@v4
36
- uses: actions/setup-python@v5
37
with:
38
- python-version: "3.9"
+ python-version: "3.11"
39
40
- uses: actions/setup-node@v4
41
42
- node-version: "14"
+ node-version: "20"
43
44
- name: install build requirements
45
run: |
@@ -83,7 +83,7 @@ jobs:
83
twine upload --skip-existing dist/*
84
85
publish-docker:
86
87
timeout-minutes: 20
88
89
services:
0 commit comments