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 0aec1be commit 553272fCopy full SHA for 553272f
.github/workflows/build.yaml
@@ -86,10 +86,12 @@ jobs:
86
- name: Remove version file
87
# This is just in case something else created it, destroy it to get a fresh version
88
run: rm -f buildrunner/version.py
89
- - name: Write version file
90
- run: python scripts/write-version.py
+ - name: Install dependencies
+ run: pip install -r requirements.txt
91
- name: Install wheel
92
run: pip install wheel build
93
+ - name: Write version file
94
+ run: python scripts/write-version.py
95
- name: Build
96
run: python -m build
97
- name: Check upload
0 commit comments