Skip to content

Commit 2b39c35

Browse files
fix: remove sdist build
1 parent 5363036 commit 2b39c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
python-version: '3.x'
1616
- name: Install dependencies
1717
run: |
18-
python -m pip install --upgrade pip
18+
python -m pip install --upgrade pip build
1919
pip install build
2020
- name: Verify setup
2121
run: ./scripts/verify_setup.sh
2222
shell: bash
2323
- name: Build package
24-
run: python setup.py sdist
24+
run: python -m build
2525
- name: Publish package
2626
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
2727
with:

0 commit comments

Comments
 (0)