fix: install python-semantic-release in wheel workflow (#68)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user