File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 - name : Install build dependencies
2222 run : |
2323 python -m pip install --upgrade pip
24- pip install setuptools wheel twine
24+ pip install build twine
2525
2626 - name : Build and publish stac-fastapi-core
2727 working-directory : stac_fastapi/core
3030 TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
3131 run : |
3232 # Build package
33- python setup.py sdist bdist_wheel
33+ python -m build
3434
3535 # Publish to PyPI
3636 twine upload dist/*
4242 TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
4343 run : |
4444 # Build package
45- python setup.py sdist bdist_wheel
45+ python -m build
4646
4747 # Publish to PyPI
4848 twine upload dist/*
5454 TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
5555 run : |
5656 # Build package
57- python setup.py sdist bdist_wheel
57+ python -m build
5858
5959 # Publish to PyPI
6060 twine upload dist/*
6666 TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
6767 run : |
6868 # Build package
69- python setup.py sdist bdist_wheel
69+ python -m build
7070
7171 # Publish to PyPI
7272 twine upload dist/*
You can’t perform that action at this time.
0 commit comments