From 17d667f38b4e1580e2909d02c4b7fcc6541605ac Mon Sep 17 00:00:00 2001 From: Hong Minhee Date: Mon, 13 Feb 2023 19:20:00 +0900 Subject: [PATCH] Replace action-gh-release with release-action [changelog skip] --- .github/workflows/build.yaml | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3a2d8a3..6648ab8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -349,26 +349,13 @@ jobs: path: | /tmp/sdist/* /tmp/dists/* - # Apparently softprops/action-gh-release's globbing is broken: - - id: dist-files - shell: python - run: | - from __future__ import print_function - import glob, os - sdists = glob.glob('/tmp/sdist/*') - dists = glob.glob('/tmp/dists/*') - with open(os.environ['GITHUB_OUTPUT'], 'a') as o: - print('dist-files<