fix github actions publish - pick 'publish' branch, fix typos

This commit is contained in:
2022-05-26 11:33:35 -03:00
parent ffed88189f
commit 3061b54059
4 changed files with 5 additions and 3 deletions

View File

@ -23,6 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: publish
- name: Set up Python
uses: actions/setup-python@v3
with: