Spaces:
Running
Running
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:
|