Skip to content

Commit a118122

Browse files
committed
Fix publish workflow
1 parent 66a29de commit a118122

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
uses: actions/setup-python@v2
1818
with:
1919
python-version: 3.9
20+
2021
- name: Set up Node
21-
- uses: actions/setup-node@v2
22+
uses: actions/setup-node@v2
2223
with:
2324
node-version: '14'
2425

@@ -38,7 +39,7 @@ jobs:
3839
- name: Build and publish Python module
3940
env:
4041
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
41-
run:
42+
run: |
4243
poetry publish --build
4344
4445
- name: Publish Node module

0 commit comments

Comments
 (0)