Skip to content

Commit

Permalink
Fix deploy.yaml (#77)
Browse files Browse the repository at this point in the history
* fix deploy.yaml

* Quick test that the paths work - revert after

* Update deploy.yaml

* Update deploy.yaml

* remove test bits
  • Loading branch information
IAlibay authored Oct 29, 2023
1 parent b7a7a58 commit 0211d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
id-token: write
if: |
"github.repository == 'MDAnalysis/mdanalysis-sphinx-theme'" &&
github.repository == 'MDAnalysis/mdanalysis-sphinx-theme' &&
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
name: Build, upload, and test pure Python wheels to TestPyPi
runs-on: ubuntu-latest
Expand All @@ -41,7 +41,7 @@ jobs:
permissions:
id-token: write
if: |
"github.repository == 'MDAnalysis/mdanalysis-sphinx-theme'" &&
github.repository == 'MDAnalysis/mdanalysis-sphinx-theme' &&
(github.event_name == 'release' && github.event.action == 'published')
name: Build, upload, and test pure Python wheels to PyPi
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0211d5b

Please sign in to comment.