Skip to content

Commit

Permalink
automation: fix: dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jesteria committed Oct 25, 2023
1 parent 3af9277 commit d8c53e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install management dependencies
run: |
python -m pip install --upgrade pip
python -m pip install argcmdr==0.13.1
python -m pip install .[dev]
- name: Bump version, build & release to PyPI
run: manage --show version --message "$TAG_MESSAGE" --build --release $RELEASE_TYPE
Expand Down

0 comments on commit d8c53e9

Please sign in to comment.