Skip to content

Commit

Permalink
Publish action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 9, 2023
1 parent 036890a commit b5719e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b5719e1

Please sign in to comment.