From 4ac5efc3fe638e66eb30c39d30403b0a3d6abf7d Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Fri, 5 Nov 2021 23:22:26 +0800 Subject: [PATCH] add news fragment --- .github/workflows/pypi_upload.yml | 8 ++++---- news/4829.bugfix.rst | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 news/4829.bugfix.rst diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index 00544ec5..7ffbebce 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -28,10 +28,10 @@ jobs: draft: false prerelease: false - - name: Set up Python 3.7 + - name: Set up Python 3.9 uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.9 - name: Install dependencies run: | @@ -39,7 +39,7 @@ jobs: python -m pip install . python -m pipenv install --dev env: - PIPENV_DEFAULT_PYTHON_VERSION: "3.7" + PIPENV_DEFAULT_PYTHON_VERSION: "3.9" - name: Build wheels run: | @@ -65,4 +65,4 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.REPO_TOKEN }} diff --git a/news/4829.bugfix.rst b/news/4829.bugfix.rst new file mode 100644 index 00000000..417f25d6 --- /dev/null +++ b/news/4829.bugfix.rst @@ -0,0 +1 @@ +Fix a regression that ``pip_shims`` object isn't imported correctly.