Skip to content

Commit 2824d76

Browse files
committed
fixup! chore: Add publish step
1 parent 217e2e9 commit 2824d76

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
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
python-version: "3.10"
1313
- name: Setup pandoc for changelog conversion
14-
run: sudo apt update && apt install -y pandoc
14+
run: sudo apt update && sudo apt install -y pandoc
1515
- name: Write pypi's readme
1616
run: |
1717
cat README.rst > to-pypi.rst

0 commit comments

Comments
 (0)