We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd846e commit ffe6b0eCopy full SHA for ffe6b0e
.github/workflows/python-publish.yml
@@ -22,6 +22,7 @@ jobs:
22
python -m pip install --upgrade pip
23
pip install PyGithub
24
pip install twine
25
+ pip install build
26
27
- name: Create Release
28
env:
0 commit comments