Skip to content

Commit

Permalink
Pin towncrier version to ==19.9.0 during release workflow
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
dkliban committed Jul 1, 2021
1 parent 4d8755b commit 987c5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/github/.github/workflows/release.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install python dependencies
run: |
echo ::group::PYDEPS
pip install bandersnatch bump2version gitpython python-redmine towncrier wheel
pip install bandersnatch bump2version gitpython python-redmine towncrier==19.9.0 wheel
echo ::endgroup::

- name: Configure Git with pulpbot name and email
Expand Down

0 comments on commit 987c5e9

Please sign in to comment.