Skip to content

Commit 653e728

Browse files
committed
remove build wheel step from release.yml
1 parent b1d527e commit 653e728

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
WITH_V: false
3333
DEFAULT_BUMP: patch
3434

35-
36-
- name: Build a source tarball and wheel
37-
run: |
38-
pip install wheel
39-
python setup.py sdist bdist_wheel
40-
4135
- name: Get and store tag from 'Bump version and push tag' step
4236
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
4337
run: echo "TAG_NAME=${{ steps.tag.outputs.new_tag }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)