Skip to content

Commit 936f1d3

Browse files
committed
Update publish-python-package.yml to use new release process
1 parent 317c5e3 commit 936f1d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
echo ::set-output name=version::${tag:1}
2121
2222
- name: Install dependencies
23-
run: python3 -m pip install setuptools wheel twine
23+
run: python3 -m pip install --upgrade build twine
2424

2525
- name: Build project
26-
run: python3 setup.py sdist bdist_wheel
26+
run: python3 -m build
2727

2828
- name: Check build
2929
run: python3 -m twine check dist/*

0 commit comments

Comments
 (0)