Skip to content

Commit

Permalink
Fix deployment until new githubrelease is released
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed May 28, 2024
1 parent db76f84 commit af57c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
- name: Check release
id: check_release
run: |
python -m pip install autopub[github]
python -m pip install autopub httpx
python -m pip install https://github.com/scikit-build/github-release/archive/master.zip
autopub check
- name: Publish
Expand Down

0 comments on commit af57c3d

Please sign in to comment.