Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,9 @@ jobs:
files: |
dist/*.whl
dist/*.tar.gz
generate_release_notes: true
body: |
## Installation

### From wheel file:
```bash
pip install acp-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
```

### From source tarball:
```bash
pip install acp-${{ steps.get_version.outputs.VERSION }}.tar.gz
```

### Direct from GitHub:
### Install directly from GitHub:
```bash
pip install https://github.com/${{ github.repository }}/releases/download/${{ github.ref_name }}/acp-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
```
Expand Down
Loading