Skip to content

Commit

Permalink
Update publish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
perara committed Jul 27, 2022
1 parent 4c95f6e commit e5137a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
pandoc readme.md --from markdown --to rst -s -o readme.rst
pandoc README.md --from markdown --to rst -s -o README.rst
python3 -m pip install --upgrade twine
python3 -m pip install --upgrade build
python3 -m build
Expand Down

0 comments on commit e5137a5

Please sign in to comment.