Skip to content

Commit

Permalink
don't verify changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathf committed Dec 4, 2024
1 parent ce64ecf commit 7ed6e6f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Set version
run: |
sed -i 's/^version = 0\.1\.0$/version =${{ github.ref_name }}/' setup.cfg
sed -i 's/^version = 0\.1\.0$/version = ${{ github.ref_name }}/' setup.cfg
- name: Build wheels
if: matrix.platform != 'macos-arm'
Expand All @@ -98,10 +98,6 @@ jobs:
CC: gcc-14
CXX: g++-14

- name: Verify clean directory
run: git diff --exit-code
shell: bash

- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7ed6e6f

Please sign in to comment.