Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dvershinin/pip-safe

Tags

v0.0.12

Toggle v0.0.12's commit message
Remove pip caching in GitHub Actions workflow

The caching of pip dependencies in the GitHub Actions workflow file has been removed. This adjustment may slightly impact performance, however it ensures a fresh pip environment for each run, reducing potential inconsistencies or errors.

v0.0.11

Toggle v0.0.11's commit message
Fix for --system install permissions to be readable by all users

v0.0.10

Toggle v0.0.10's commit message
Log fixes and Fedora availability

v0.0.7

Toggle v0.0.7's commit message
Allow handling version specifiers; ability to update programs

v0.0.6

Toggle v0.0.6's commit message
Bump version

v0.0.4

Toggle v0.0.4's commit message
Stop using virtualenv process functions

as the sigs are different even between Python 3 versions

v0.0.3

Toggle v0.0.3's commit message
Python 2 compat