fix: install python-semantic-release in wheel workflow (#68)

This commit is contained in:
J. Nick Koston
2022-10-02 12:31:28 -10:00
committed by GitHub
parent b867dd7902
commit cca0d6e98a

View File

@@ -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