Skip to content

Commit

Permalink
More simplification.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ciobanu committed Jul 8, 2024
1 parent 732e924 commit ef9a99a
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down

0 comments on commit ef9a99a

Please sign in to comment.