Skip to content

Commit

Permalink
Add missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Dec 4, 2023
1 parent 02e1d2a commit 6456aa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-tag-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
python -m pip install --upgrade pip setuptools wheel
python -m pip install build check-manifest twine
- name: Check MANIFEST
run: |
Expand Down

0 comments on commit 6456aa8

Please sign in to comment.