fix: ensure we can get the latest version in the wheels build process (#67)

This commit is contained in:
J. Nick Koston 2022-10-02 12:22:29 -10:00 committed by GitHub
parent 31d84f5f42
commit ecd5a70369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,11 +112,12 @@ jobs:
fetch-depth: 0
ref: "main"
- name: Install poetry
run: pipx install poetry
# Used to host cibuildwheel
- name: Set up Python
uses: actions/setup-python@v4
- name: Install semantic-release
run: pipx install semantic-release
run: python -m pip install semantic-release
- name: Get Release Tag
id: release_tag
@ -129,10 +130,6 @@ jobs:
ref: "v${{ steps.release_tag.outputs.newest_release_tag }}"
fetch-depth: 0
# Used to host cibuildwheel
- name: Set up Python
uses: actions/setup-python@v4
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.10.2