File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,14 @@ jobs:
64
64
name : regex-files
65
65
path : wheelhouse/*.whl
66
66
67
- - name : Create GitHub release
68
- uses : actions/create-release@v1
69
- env :
70
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
71
- with :
72
- tag_name : ${{ github.ref }}
73
- release_name : regex ${{ github.ref }}
67
+ # I cannot get this to work!
68
+ # - name: Create GitHub release
69
+ # uses: actions/create-release@v1
70
+ # env:
71
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
+ # with:
73
+ # tag_name: ${{ github.ref }}
74
+ # release_name: regex ${{ github.ref }}
74
75
75
76
# Build source distribution & manylinux1_x86_64 wheels
76
77
# These two jobs build:
Original file line number Diff line number Diff line change 1
1
Version: 2023.12.25
2
2
3
- Further fixes in main.yml.
3
+ Cannot get release notification action in main.yml to work. Commenting it out for now .
4
4
5
5
Version: 2023.12.24
6
6
You can’t perform that action at this time.
0 commit comments