Skip to content

Commit 9ceaf9d

Browse files
committed
CI: Fix build step
1 parent 91ca199 commit 9ceaf9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ jobs:
9292
with:
9393
python-version: ${{ matrix.python-version }}
9494
- name: Install build tools
95-
run: python -m pip install --upgrade pip setuptools wheel twine
95+
run: python -m pip install build twine
9696
- name: Build source and wheel distributions
97-
run: python setup.py sdist bdist_wheel
97+
run: python -m build
9898
- name: Check distributions
9999
run: twine check dist/*
100100
- uses: actions/upload-artifact@v2

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ dmypy.json
129129
.pyre/
130130

131131
# Generated by flit_scm
132-
_versions.py
132+
_versions.py

0 commit comments

Comments
 (0)