We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80fd35 commit 7a4c018Copy full SHA for 7a4c018
.github/workflows/python-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
33
- pip install setuptools wheel twine
+ pip install build
34
- name: Build package
35
run: python -m build --sdist
36
- name: Publish package
0 commit comments