mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
add news fragment
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Fix a regression that ``pip_shims`` object isn't imported correctly.
|
||||
Reference in New Issue
Block a user