Skip to content

Commit

Permalink
Fixes source wheel release (#69)
Browse files Browse the repository at this point in the history
* Fix source release by fixing clone ref

* Remove wheels build test workflow
  • Loading branch information
merschformann authored Oct 21, 2024
1 parent 5b3293e commit 720d9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 111 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}

- name: Build sdist
run: pipx run build --sdist
Expand Down
111 changes: 0 additions & 111 deletions .github/workflows/wheels.yml

This file was deleted.

0 comments on commit 720d9fe

Please sign in to comment.