Skip to content

Commit 1764471

Browse files
authored
Fix wheel and sphinx publishing (#68)
1 parent a31e94d commit 1764471

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Download Build Artifacts
5858
uses: actions/download-artifact@v3
5959
with:
60-
name: build-artifacts
60+
name: wheels
6161
path: wheel/
6262
- name: Publish WHL to PyPi
6363
uses: pypa/gh-action-pypi-publish@release/v1
@@ -104,6 +104,7 @@ jobs:
104104
needs: [build-sphinx]
105105
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
106106
steps:
107+
- uses: actions/checkout@v1
107108
- name: Download Sphinx Artifacts
108109
uses: actions/download-artifact@v3
109110
with:

0 commit comments

Comments
 (0)