We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd74854 commit bff818cCopy full SHA for bff818c
.github/workflows/python-release.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
pip install --upgrade build setuptools
23
- python -m setup
+ python -m build
24
- name: Release
25
uses: softprops/action-gh-release@v1
26
with:
0 commit comments