Skip to content

Commit

Permalink
Correct name of repository
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas authored Nov 29, 2023
1 parent 17f5ab1 commit d4cf228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypipublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
build-artifacts:
runs-on: ubuntu-latest
if: github.repository == 'CWorthy-ocean/roms_tools'
if: github.repository == 'CWorthy-ocean/roms-tools'
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
verbose: true
verbose: true

0 comments on commit d4cf228

Please sign in to comment.