Skip to content

Commit b8c1564

Browse files
committed
.github: workflow updated, fixes
1 parent c638561 commit b8c1564

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
curl
2828
python3
2929
30+
- name: Check out repository code
31+
uses: actions/checkout@v4
32+
3033
- name: Create build env
3134
run: python -m venv ./venv && . ./venv/bin/activate && pip install --upgrade pip build
3235
shell: alpine.sh {0}

0 commit comments

Comments
 (0)