We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d623f6 commit 45a2febCopy full SHA for 45a2feb
1 file changed
.github/workflows/pythonpublish.yml
@@ -19,6 +19,8 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
- pip install setuptools wheel
+ pip install setuptools wheel
23
+ - name: Create dist
24
+ python setup.py sdist bdist_wheel
25
- name: Publish package distributions to PyPI
26
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments