Skip to content

Commit

Permalink
fix releasing process
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Jan 6, 2025
1 parent 8411107 commit d7c49fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
jobs:
release:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/fiobank
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d7c49fd

Please sign in to comment.