Skip to content

Commit 01eb781

Browse files
authored
Merge pull request #43 from antigenomics/fix-pypi
fix(ci): checkout repo before release version validation
2 parents d7be886 + ff7989c commit 01eb781

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
@@ -162,6 +162,9 @@ jobs:
162162
id-token: write # required for OIDC trusted publishing
163163

164164
steps:
165+
- name: Check out repository
166+
uses: actions/checkout@v4
167+
165168
- name: Download distributions
166169
uses: actions/download-artifact@v4
167170
with:

0 commit comments

Comments
 (0)