Skip to content

Commit

Permalink
Merge branch 'stable-tagging' of github.com:chrysle/pipx into stable-…
Browse files Browse the repository at this point in the history
…tagging
  • Loading branch information
chrysle committed May 17, 2024
2 parents 09f0ac0 + aee2f52 commit 4338952
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,15 @@ nox -s watch_docs
## Releasing New `pipx` Versions
To release a new version, manually run the `bump-changelog` action under the *"Actions"* tab, passing it the version to
be released. This will create a pull request updating the changelog for the upcoming version, with the `release-version` label. Attaching this label to any pull request of which the title follows the format `<Version>: Description` and merging it will trigger GitHub workflows that publish:
To release a new version, manually run the `bump-changelog` action under the *"Actions"* tab, passing it the version to be released. This will create a pull request updating the changelog for the upcoming version, with the `release-version` label. Merging this PR will automatically trigger the release workflows.
Attaching this label to any pull request of which the title follows the format `<Version>: Description` and merging it will trigger the release workflows as well.
The release workflow consists of publishing:
- the pipx version to PyPI,
- the documentation to ReadTheDocs,
- a GitHub release
- a GitHub release,
- the `zipapp` to the GitHub release created.
No need for any other pre or post publish steps.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ pipx ensurepath
sudo pipx ensurepath --global # optional to allow pipx actions with --global argument
```

- Arch:

```
sudo pacman -S python-pipx
pipx ensurepath
sudo pipx ensurepath --global # optional to allow pipx actions with --global argument
```

- Using `pip` on other distributions:

```
Expand Down

0 comments on commit 4338952

Please sign in to comment.