Skip to content

Commit ff578ab

Browse files
authored
Update pypi.yml
1 parent 5c4e329 commit ff578ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777

7878
upload_gh_pages:
7979
name: Deploy to GitHub Pages
80-
#needs: [upload_pypi]
80+
needs: [upload_pypi]
8181
runs-on: windows-latest
82-
#if: startsWith(github.ref, 'refs/tags/v')
82+
if: startsWith(github.ref, 'refs/tags/v')
8383
steps:
8484
- name: Check out repository
8585
uses: actions/checkout@v3

0 commit comments

Comments
 (0)