Skip to content

Commit ac09241

Browse files
authored
Merge pull request outpost-os#14 from pthierry-ledger/ci-fix-release
ci: add missing dep for python publish
2 parents f1e8357 + 36336d7 commit ac09241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install twine
2929
run: |
30-
pip install twine
30+
pip install twine build
3131
3232
- name: Mint token
3333
id: mint

0 commit comments

Comments
 (0)