Skip to content

Commit b5719e1

Browse files
committed
Publish action fix
1 parent 036890a commit b5719e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ jobs:
179179
needs: [ build, build_windows ]
180180
runs-on: ubuntu-22.04
181181
if: (github.event_name == 'push' || github.event_name == 'release') && github.repository == 'freqtrade/technical'
182+
environment:
183+
name: release
184+
url: https://pypi.org/p/technical
185+
permissions:
186+
id-token: write
182187
steps:
183188
- uses: actions/checkout@v4
184189

0 commit comments

Comments
 (0)