Skip to content

Commit 412e618

Browse files
committed
SP-715 Use the build module since we no longer need setup.py
1 parent 74e69c9 commit 412e618

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
with:
1616
python-version: 3.8
1717
- run: |
18-
python setup.py sdist
18+
python -m pip install --upgrade build
19+
python -m build
1920
- uses: actions/upload-artifact@v3
2021
with:
2122
path: ./dist

0 commit comments

Comments
 (0)