We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46eb59a commit 917f79eCopy full SHA for 917f79e
.github/workflows/release.yml
@@ -19,6 +19,7 @@ jobs:
19
python-version: ${{ matrix.python-version }}
20
- name: Run make release
21
run: |
22
+ make config
23
make build
24
make release
25
env:
0 commit comments