We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2286d69 commit e3475d7Copy full SHA for e3475d7
.github/workflows/pypi-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python3 -m pip install --upgrade pip
25
- pip install sdist bdist_wheel twine toml
+ pip install wheel build twine readme-renderer check-manifest
26
27
- name: Setup PyPi RC
28
0 commit comments