Skip to content

Commit 96c7397

Browse files
committed
fix publish
1 parent f24d052 commit 96c7397

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
needs: build-packages
122122
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
123123
steps:
124+
- uses: actions/checkout@v3
124125
- uses: actions/download-artifact@v3
125126
with:
126127
name: dist-packages-${{ github.sha }}
@@ -151,6 +152,7 @@ jobs:
151152
needs: [build-packages, waiting]
152153
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
153154
steps:
155+
- uses: actions/checkout@v3
154156
- uses: actions/download-artifact@v3
155157
with:
156158
name: dist-packages-${{ github.sha }}

0 commit comments

Comments
 (0)