File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
31
31
python setup.py sdist --format=gztar bdist_wheel
32
32
twine check dist/*
33
33
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
42
42
43
43
- name : Upload packages to Jazzband
44
44
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
You can’t perform that action at this time.
0 commit comments