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 15186ba commit f5c5cadCopy full SHA for f5c5cad
.github/workflows/release.yml
@@ -62,10 +62,10 @@ jobs:
62
- name: Set release version
63
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
64
- uses: actions/checkout@v3
65
- - name: Use Node.js ${{ matrix.version }}
66
- uses: actions/setup-node@v3
+ - name: Use Python ${{ matrix.version }}
+ uses: actions/setup-python@v4
67
with:
68
- node-version: ${{ matrix.version }}
+ python-version: ${{ matrix.version }}
69
- name: Make build script executable
70
run: chmod +x ./build.sh
71
- name: Make packaging script executable
0 commit comments