Skip to content

Commit

Permalink
Fix deployment workflow (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Jan 28, 2024
1 parent 478cfe2 commit 6dacd0f
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 @@ -35,11 +35,11 @@ jobs:
pypi_push:
environment:
name: deploy
url: https://pypi.org/p/membrane_curvature
url: https://pypi.org/p/membrane-curvature
permissions:
id-token: write
if: |
github.repository == 'MDAnalysis/membrane_curvature' &&
github.repository == 'MDAnalysis/membrane-curvature' &&
(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 6dacd0f

Please sign in to comment.