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