Skip to content

Commit

Permalink
Fix wheel and sphinx publishing (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent authored Jul 26, 2022
1 parent a31e94d commit 1764471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Download Build Artifacts
uses: actions/download-artifact@v3
with:
name: build-artifacts
name: wheels
path: wheel/
- name: Publish WHL to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down Expand Up @@ -104,6 +104,7 @@ jobs:
needs: [build-sphinx]
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v1
- name: Download Sphinx Artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 1764471

Please sign in to comment.