Skip to content

Commit

Permalink
add python to publish step (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikmi authored Jun 14, 2024
1 parent 64de12c commit f886321
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ jobs:
id-token: write
contents: write
steps:
- name: Set up Python
uses: actions/setup-python@v5
- name: Upgrade pip version
run: pip install -U pip
- name: Install poetry
run: pip install poetry
- name: Fetch version
Expand Down

0 comments on commit f886321

Please sign in to comment.