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 8b9d815 commit e1abe2cCopy full SHA for e1abe2c
.github/workflows/pre_release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
19
- pip install setuptools wheel twine
+ pip install setuptools wheel twine packaging
20
- name: Create distribution files
21
run: python setup.py sdist
22
- name: Publish distribution to PyPI
0 commit comments