Skip to content

Commit 83937d5

Browse files
fix build
1 parent 567cf96 commit 83937d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [ "3.4","3.5","3.6", "3.7", "3.8", "3.9" ]
11+
python-version: [ "3.5","3.6", "3.7", "3.8", "3.9" ]
1212

1313
steps:
1414
- uses: actions/checkout@v3
@@ -40,7 +40,7 @@ jobs:
4040
verbose: true
4141

4242
- name: Build package
43-
run: python setup.py sdist
43+
run: python -m build
4444

4545
- name: Publish package
4646
uses: pypa/gh-action-pypi-publish@release/v1.5

0 commit comments

Comments
 (0)