Skip to content

Commit

Permalink
fix: install python-semantic-release in wheel workflow (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 2, 2022
1 parent b867dd7 commit cca0d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4

- name: Install semantic-release
run: python -m pip install semantic-release
- name: Install python-semantic-release
run: python -m pip install python-semantic-release

- name: Get Release Tag
id: release_tag
Expand Down

0 comments on commit cca0d6e

Please sign in to comment.