Skip to content

Commit e3475d7

Browse files
authored
Update pypi-publish.yml
1 parent 2286d69 commit e3475d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python3 -m pip install --upgrade pip
25-
pip install sdist bdist_wheel twine toml
25+
pip install wheel build twine readme-renderer check-manifest
2626
2727
- name: Setup PyPi RC
2828
run: |

0 commit comments

Comments
 (0)