Skip to content

Commit

Permalink
Add installation steps to bump
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Oct 12, 2023
1 parent 51b687c commit 92f3b90
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ jobs:
with:
fetch-depth: 0
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
# towncrier imports the package as part of building so just do the full
# setup here
- uses: ./.github/actions/setup
with:
python-version: "3.11"
venv-id: "bump"
# another test that we can import if we only install the main library
poetry-dependency-install-flags: "--only main"
- name: Install towncrier
run: |
pip install towncrier
- name: Create bump and changelog

run: |
Expand Down

0 comments on commit 92f3b90

Please sign in to comment.