Skip to content

Commit 45a2feb

Browse files
committed
Fix publish workflow
1 parent 4d623f6 commit 45a2feb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pythonpublish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install setuptools wheel
22+
pip install setuptools wheel
23+
- name: Create dist
24+
python setup.py sdist bdist_wheel
2325
- name: Publish package distributions to PyPI
2426
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)