fix: ensure we can get the latest version in the wheels build process (#67)
This commit is contained in:
parent
31d84f5f42
commit
ecd5a70369
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user