Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2023-04-13 14:31:54 +00:00
commit e2234170a1
2 changed files with 1 additions and 11 deletions

View File

@ -58,16 +58,6 @@ jobs:
- name: Test bundle
run: make ci-test-bundle
##### Download gh utility: https://github.com/cli/cli/releases
- name: Check for presence of "gh" CLI utility
run: echo "gh_bin=$(which gh)" >> $GITHUB_ENV
- name: Download gh utility
run: |
curl -L -o gh.tar.gz https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_${{ matrix.gh_os }}_amd64.tar.gz
tar xzf gh.tar.gz
echo "gh_bin=./gh_2.20.2_${{ matrix.gh_os }}_amd64/bin/gh" >> $GITHUB_ENV
if: ${{ env.gh_bin == '' }}
##### Create release on GitHub
- name: Create or update GitHub release
run: scriv github-release

View File

@ -1,6 +1,6 @@
Install this version from pip with:
pip install "tutor[full]=={{ version }}"
pip install "tutor[full]=={{ version[1:] }}"
Or download the compiled binaries: