Skip to content

Commit

Permalink
Add missing optional AutoPub dependency
Browse files Browse the repository at this point in the history
Required for the feature that automatically appends details about the
contributor to the GitHub release.
  • Loading branch information
justinmayer committed Mar 17, 2024
1 parent 4e1ec51 commit a681eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
- name: Check release
id: check_release
run: |
python -m pip install autopub
python -m pip install /~https://github.com/j0057/github-release/archive/master.zip
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 a681eb0

Please sign in to comment.