Skip to content

Commit

Permalink
Fix: github release script failed to read version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lumip committed Dec 1, 2022
1 parent 27817f9 commit 73695a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheel_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- run: |
python -m pip install -e .[compatible-dependencies]
- uses: actions/download-artifact@v3
with:
name: dist
Expand Down

0 comments on commit 73695a6

Please sign in to comment.