Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
β’
7b496b7
1
Parent(s):
3acc358
Fix PyPI deployment job
Browse files
.github/workflows/pypi_deploy.yml
CHANGED
@@ -18,7 +18,7 @@ jobs:
|
|
18 |
- name: "Install building tools"
|
19 |
run: pip install wheel
|
20 |
- name: "Build package"
|
21 |
-
run: python setup.py
|
22 |
- name: "Publish distribution π¦ to Test PyPI"
|
23 |
uses: pypa/gh-action-pypi-publish@release/v1
|
24 |
with:
|
|
|
18 |
- name: "Install building tools"
|
19 |
run: pip install wheel
|
20 |
- name: "Build package"
|
21 |
+
run: python setup.py sdist bdist_wheel
|
22 |
- name: "Publish distribution π¦ to Test PyPI"
|
23 |
uses: pypa/gh-action-pypi-publish@release/v1
|
24 |
with:
|