diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48aa189..7f569df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,6 +175,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 + with: + python-version: '3.10' - name: Check Release uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1 diff --git a/RELEASE.md b/RELEASE.md index d75d7b5..19995f0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # Making a new release of quetz-frontend -The extension can be published to `PyPI` and `npm` manually or using the [Jupyter Releaser](https://github.com/jupyter-server/jupyter_releaser). +The package can be published to `PyPI` and `npm` manually or using the [Jupyter Releaser](https://github.com/jupyter-server/jupyter_releaser). ## Manual release