forked from python-zeroconf/python-zeroconf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alex Ciobanu
committed
Jul 8, 2024
1 parent
732e924
commit ef9a99a
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,9 +130,9 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
ref: "master" | ||
#with: | ||
# fetch-depth: 0 | ||
# ref: "master" | ||
|
||
# Used to host cibuildwheel | ||
- name: Set up Python | ||
|
@@ -141,22 +141,22 @@ jobs: | |
- name: Install python-semantic-release | ||
run: pipx install python-semantic-release==7.34.6 | ||
|
||
- name: Get Release Tag | ||
id: release_tag | ||
shell: bash | ||
run: | | ||
echo "::set-output name=newest_release_tag::$(semantic-release print-version --current)" | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: "${{ steps.release_tag.outputs.newest_release_tag }}" | ||
fetch-depth: 0 | ||
|
||
- name: Set up QEMU | ||
if: runner.os == 'Linux' | ||
uses: docker/setup-qemu-action@v3 | ||
with: | ||
platforms: arm64 | ||
#- name: Get Release Tag | ||
# id: release_tag | ||
# shell: bash | ||
# run: | | ||
# echo "::set-output name=newest_release_tag::$(semantic-release print-version --current)" | ||
|
||
#- uses: actions/checkout@v3 | ||
# with: | ||
# ref: "${{ steps.release_tag.outputs.newest_release_tag }}" | ||
# fetch-depth: 0 | ||
|
||
#- name: Set up QEMU | ||
# if: runner.os == 'Linux' | ||
# uses: docker/setup-qemu-action@v3 | ||
# with: | ||
# platforms: arm64 | ||
|
||
- name: Build wheels | ||
uses: pypa/[email protected] | ||
|