We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317c5e3 commit 936f1d3Copy full SHA for 936f1d3
.github/workflows/publish-python-package.yml
@@ -20,10 +20,10 @@ jobs:
20
echo ::set-output name=version::${tag:1}
21
22
- name: Install dependencies
23
- run: python3 -m pip install setuptools wheel twine
+ run: python3 -m pip install --upgrade build twine
24
25
- name: Build project
26
- run: python3 setup.py sdist bdist_wheel
+ run: python3 -m build
27
28
- name: Check build
29
run: python3 -m twine check dist/*
0 commit comments