Skip to content

Commit

Permalink
Deploy Test (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae authored May 24, 2024
1 parent e108074 commit 982514d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
name: Deploy to PyPI
runs-on: ubuntu-latest
# Only from the origin repository, not forks; only main and tags.
if: github.repository_owner == 'tuda' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
if: github.repository_owner == 'tuda-geo' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))

steps:
# Checks-out your repository under $GITHUB_WORKSPACE
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ presented by Emerick and Reynolds, 2013.


Available through pip: ``pip install resmda``.

0 comments on commit 982514d

Please sign in to comment.