forked from pypa/pipx
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Matthew Clapp edited this page Nov 28, 2020
·
35 revisions
Welcome to the itsayellow's pipx wiki!
- Testing: fixture to temporarily add certain utilities to binary path #303
pipx run
crashes if .cache venv has link to non-existent python interpreter #449- Uninstall injected package #67
- Once system python and pipx upgraded, cannot install new app if some previous old shared_venv existed #294
- pipx upgrade with a URL #356
- PEP 440 -- Version Identification and Dependency Specification
- PEP 508 -- Dependency specification for Python Software Packages
- PEP 517 -- A build-system independent format for source trees
- PEP 621 -- Storing project metadata in pyproject.toml
- Workflow syntax for GitHub Actions (Reference)
- Authenticating with the GITHUB_TOKEN
- Using Python with GitHub Actions
- Caching dependencies to speed up workflows
- Manual Trigger
workflow_dispatch
- Docs Deploy Documentation