From d229b1b05b462020599e66cfc2c643393941634a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Thu, 15 Aug 2024 23:46:02 +0200 Subject: [PATCH] enable release automation (#10165) Signed-off-by: Oliver Koenig --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcc8863861c4..a717a140fc9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: }' ) - echo curl -L \ + curl -L \ -X POST \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.PAT }}" \ @@ -81,7 +81,7 @@ jobs: echo Proceed with uploading wheel... cd ${{ github.run_id }} python3 -m pip install --upgrade twine - echo python3 -m twine upload --repository pypi dist/* + python3 -m twine upload --repository pypi dist/* - name: notify run: |