Added --disable-pip-version-check. Closes #50.

This commit is contained in:
Patrick Lehmann
2022-11-03 07:13:44 +01:00
parent a64e575bdd
commit 5f6d1b5254
6 changed files with 13 additions and 23 deletions

View File

@@ -45,7 +45,7 @@ runs:
steps:
- shell: bash
run: pip install PyGithub --progress-bar off
run: pip install --disable-pip-version-check PyGithub --progress-bar off
- shell: bash
run: '''${{ github.action_path }}/../releaser.py'''