summaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 44d45f4..12c2039 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -21,8 +21,8 @@ jobs:
- name: Build Source Distribution and Wheel
run: |
- pip install wheel
- python setup.py sdist --format=gztar bdist_wheel
+ python setup.py sdist --format=gztar
+ pip wheel . -w dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1