Skip to content

Commit 490e14b

Browse files
committed
fix: checkout repo before Python publish
1 parent 62b7ab3 commit 490e14b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
- build
113113
- build-bootstrap
114114
steps:
115+
- uses: actions/checkout@v4
116+
115117
- name: Download all artifacts
116118
uses: actions/download-artifact@v4
117119
with:

0 commit comments

Comments
 (0)