1
1
mirror of https://github.com/mrabarnett/mrab-regex.git synced 2025-10-05 20:02:39 +02:00

Cannot get release notification action in main.yml to work. Commenting it out for now.

This commit is contained in:
Matthew Barnett
2023-12-24 02:11:07 +00:00
parent 647c006a88
commit 4f2ed52b3d
2 changed files with 9 additions and 8 deletions

View File

@@ -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:

View File

@@ -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