Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
β’
93a1cee
1
Parent(s):
8c81191
Update PyPI deploy to use `build`
Browse files
.github/workflows/pypi_deploy.yml
CHANGED
@@ -21,9 +21,9 @@ jobs:
|
|
21 |
with:
|
22 |
python-version: 3.10.8
|
23 |
- name: "Install building tools"
|
24 |
-
run: pip install
|
25 |
- name: "Build package"
|
26 |
-
run: python
|
27 |
- name: "Publish distribution π¦ to Test PyPI"
|
28 |
uses: pypa/gh-action-pypi-publish@release/v1
|
29 |
with:
|
|
|
21 |
with:
|
22 |
python-version: 3.10.8
|
23 |
- name: "Install building tools"
|
24 |
+
run: pip install build
|
25 |
- name: "Build package"
|
26 |
+
run: python -m build
|
27 |
- name: "Publish distribution π¦ to Test PyPI"
|
28 |
uses: pypa/gh-action-pypi-publish@release/v1
|
29 |
with:
|