Skip to content

Commit 83285ec

Browse files
committed
Override working directory
1 parent abff5f1 commit 83285ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
merge-multiple: true
157157

158158
- name: Remove unsupported pyodide wheel
159+
working-directory: .
159160
run: rm -f dist/*pyodide_2024_0_wasm32*.whl
160161

161162
- uses: pypa/gh-action-pypi-publish@release/v1
@@ -181,6 +182,7 @@ jobs:
181182
merge-multiple: true
182183

183184
- name: Remove unsupported pyodide wheel
185+
working-directory: .
184186
run: rm -f dist/*pyodide_2024_0_wasm32*.whl
185187

186188
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)