fix: install python-semantic-release in wheel workflow (#68)
This commit is contained in:
parent
b867dd7902
commit
cca0d6e98a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -116,8 +116,8 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
|
||||||
- name: Install semantic-release
|
- name: Install python-semantic-release
|
||||||
run: python -m pip install semantic-release
|
run: python -m pip install python-semantic-release
|
||||||
|
|
||||||
- name: Get Release Tag
|
- name: Get Release Tag
|
||||||
id: release_tag
|
id: release_tag
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user