mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Update release script to enforce semver going forward in 2024 (#6052)
* Update release script to enforce semver going forward in 2024 * Update pipfile/lock for semver * fix readme * Update CI vendoring step for semver * Dependeapot warning about version of pytest we are on * remove options from help
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: |
|
||||
python -m pip install --upgrade wheel invoke parver beautifulsoup4 towncrier requests parse hatch-fancy-pypi-readme
|
||||
python -m pip install --upgrade wheel invoke parver beautifulsoup4 towncrier requests parse hatch-fancy-pypi-readme semver
|
||||
python -m invoke vendoring.update
|
||||
tests:
|
||||
name: ${{matrix.os}} / ${{ matrix.python-version }}
|
||||
|
||||
Reference in New Issue
Block a user