File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2929 - name : Install dependencies
3030 run : |
3131 python -m pip install --upgrade pip
32- pip install build setuptools "blessed>=1.5" cwcwidth pyte pytest
32+ pip install build setuptools wheel "blessed>=1.5" cwcwidth pyte pytest
3333 - name : Build with Python ${{ matrix.python-version }}
3434 run : |
3535 python -m build -n .
Original file line number Diff line number Diff line change @@ -16,11 +16,10 @@ jobs:
1616 - name : Install dependencies
1717 run : |
1818 python -m pip install --upgrade pip
19- pip install setuptools wheel "blessed>=1.5" cwcwidth
19+ pip install build setuptools wheel "blessed>=1.5" cwcwidth
2020 - name : Build sdist
2121 run : |
22- python setup.py sdist
23- python setup.py bdist_wheel
22+ python -m build -n -s -w
2423 - name : Publish to PyPI
2524 uses : pypa/gh-action-pypi-publish@release/v1
2625 with :
You can’t perform that action at this time.
0 commit comments