Skip to content

Commit

Permalink
remove build wheel step from release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Aug 3, 2023
1 parent b1d527e commit 653e728
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
WITH_V: false
DEFAULT_BUMP: patch


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

0 comments on commit 653e728

Please sign in to comment.