We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d527e commit 653e728Copy full SHA for 653e728
1 file changed
.github/workflows/release.yml
@@ -32,12 +32,6 @@ jobs:
32
WITH_V: false
33
DEFAULT_BUMP: patch
34
35
-
36
- - name: Build a source tarball and wheel
37
- run: |
38
- pip install wheel
39
- python setup.py sdist bdist_wheel
40
41
- name: Get and store tag from 'Bump version and push tag' step
42
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
43
run: echo "TAG_NAME=${{ steps.tag.outputs.new_tag }}" >> $GITHUB_ENV
0 commit comments