diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2690f12..11ca26b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,13 +64,14 @@ jobs: name: regex-files path: wheelhouse/*.whl - - name: Create GitHub release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: regex ${{ github.ref }} + # I cannot get this to work! + # - name: Create GitHub release + # uses: actions/create-release@v1 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # tag_name: ${{ github.ref }} + # release_name: regex ${{ github.ref }} # Build source distribution & manylinux1_x86_64 wheels # These two jobs build: diff --git a/changelog.txt b/changelog.txt index 46e0132..49621dc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ Version: 2023.12.25 - Further fixes in main.yml. + Cannot get release notification action in main.yml to work. Commenting it out for now. Version: 2023.12.24