Skip to content

Commit 73cb0ee

Browse files
committed
build: python publish
1 parent b00d6dd commit 73cb0ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install setuptools wheel twine
19+
python -m pip install build twine
2020
- name: update setup.py
2121
run: |
2222
TAG=${GITHUB_REF#refs/*/}
@@ -27,5 +27,5 @@ jobs:
2727
TWINE_USERNAME: __token__
2828
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
2929
run: |
30-
python setup.py sdist bdist_wheel
30+
python -m build
3131
twine upload dist/*

0 commit comments

Comments
 (0)