We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294fdcf commit 8fbcf02Copy full SHA for 8fbcf02
.github/workflows/dev-builder.yml
@@ -33,6 +33,7 @@ jobs:
33
- name: Install dependencies
34
run: |
35
python -m pip install --upgrade pip
36
+ pip install wheel
37
pip install -r ./requirements.txt -t ./lib
38
- name: Determine versioning
39
id: version
@@ -53,7 +54,6 @@ jobs:
53
54
- name: Package files
55
56
git clone https://github.com/Garulf/flow_commands/ bin
- pip install wheel
57
pip install -r ./bin/requirements.txt
58
python ./bin/commands.py package -n "${{github.event.repository.name}}.zip"
59
- name: Delete previous drafts
0 commit comments