Skip to content

Commit 1f3ac7c

Browse files
author
Mohamed Ben Makhlouf
committed
remove release step
1 parent 31cd30e commit 1f3ac7c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
python setup.py sdist --format=gztar bdist_wheel
3232
twine check dist/*
3333
34-
- name: Upload packages to GitHub release
35-
uses: svenstaro/upload-release-action@483c1e56f95e88835747b1c7c60581215016cbf2
36-
with:
37-
repo_token: ${{ secrets.GITHUB_TOKEN }}
38-
file: dist/*
39-
file_glob: true
40-
tag: ${{ github.ref }}
41-
overwrite: true
34+
# - name: Upload packages to GitHub release
35+
# uses: svenstaro/upload-release-action@483c1e56f95e88835747b1c7c60581215016cbf2
36+
# with:
37+
# repo_token: ${{ secrets.GITHUB_TOKEN }}
38+
# file: dist/*
39+
# file_glob: true
40+
# tag: ${{ github.ref }}
41+
# overwrite: true
4242

4343
- name: Upload packages to Jazzband
4444
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)