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 5537a34 commit f5e0ac5Copy full SHA for f5e0ac5
.github/workflows/publish-to-pypi.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
+ pip install setuptools wheel twine
23
python setup.py sdist bdist_wheel
24
- name: Upload distributions
25
uses: actions/upload-artifact@v4
0 commit comments