Skip to content

Commit

Permalink
Fix again(ter) python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Nov 22, 2024
1 parent 24de90a commit c93ae2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ jobs:
shell: bash
run: |
version="${{ needs.create-release.outputs.version }}"
cd python
gh release upload "$version" dist/*
python-sdist:
Expand All @@ -237,4 +238,5 @@ jobs:
shell: bash
run: |
version="${{ needs.create-release.outputs.version }}"
cd python
gh release upload "$version" dist/*

0 comments on commit c93ae2f

Please sign in to comment.