Skip to content

Commit

Permalink
Install dependencies for vendored githubrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Nov 2, 2024
1 parent 49a2742 commit 762e8f1
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -60,7 +60,8 @@ jobs:
id: check_release
run: |
python -m pip install build dunamai httpx tomlkit twine
python -m pip install --index-url https://test.pypi.org/simple/ autopub
python -m pip install backoff~=2.1.2 click linkheader requests
python -m pip install --index-url https://test.pypi.org/simple/ autopub[github]
autopub check
- name: Publish
Expand Down
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Release type: patch

Install dependencies needed by vendored `githubrelease` module.

0 comments on commit 762e8f1

Please sign in to comment.