From b5719e1984abcd307dbba658349df02c79b0bd96 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 9 Dec 2023 14:14:34 +0100 Subject: [PATCH] Publish action fix --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0da18fc..962dd76b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,6 +179,11 @@ jobs: needs: [ build, build_windows ] runs-on: ubuntu-22.04 if: (github.event_name == 'push' || github.event_name == 'release') && github.repository == 'freqtrade/technical' + environment: + name: release + url: https://pypi.org/p/technical + permissions: + id-token: write steps: - uses: actions/checkout@v4