Skip to content

Commit 19a0a0b

Browse files
committed
build: remove building package through setup.py
1 parent 33d44b1 commit 19a0a0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
uses: actions/setup-python@v3
5757
with:
5858
python-version: '3.x'
59-
- name: Build package
60-
run: python setup.py sdist bdist_wheel
6159
- name: Publish package
6260
env:
6361
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}

0 commit comments

Comments
 (0)