Skip to content

Commit

Permalink
Update dev-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf authored Aug 17, 2021
1 parent 294fdcf commit 8fbcf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel
pip install -r ./requirements.txt -t ./lib
- name: Determine versioning
id: version
Expand All @@ -53,7 +54,6 @@ jobs:
- name: Package files
run: |
git clone https://github.com/Garulf/flow_commands/ bin
pip install wheel
pip install -r ./bin/requirements.txt
python ./bin/commands.py package -n "${{github.event.repository.name}}.zip"
- name: Delete previous drafts
Expand Down

0 comments on commit 8fbcf02

Please sign in to comment.