Skip to content

Commit

Permalink
changed GH actions yaml, toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 18, 2024
1 parent 315d727 commit 0e34aaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
release: "latest"

main-tests:
if: "github.repository == 'rsexton2/basicrta'"
if: "github.repository == 'becksteinlab/basicrta'"
needs: environment-config
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
pytest -n 2 -v --cov=basicrta --cov-report=xml --color=yes basicrta/tests/
- name: codecov
if: github.repository == 'rsexton2/basicrta' && github.event_name != 'schedule'
if: github.repository == 'becksteinlab/basicrta' && github.event_name != 'schedule'
uses: codecov/codecov-action@v3
with:
file: coverage.xml
Expand All @@ -115,7 +115,7 @@ jobs:


pylint_check:
if: "github.repository == 'rsexton2/basicrta'"
if: "github.repository == 'becksteinlab/basicrta'"
needs: environment-config
runs-on: ubuntu-latest

Expand All @@ -141,7 +141,7 @@ jobs:
pypi_check:
if: "github.repository == 'rsexton2/basicrta'"
if: "github.repository == 'becksteinlab/basicrta'"
needs: environment-config
runs-on: ubuntu-latest

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ doc = [
"sphinx_rtd_theme",
]

# [project.urls]
# source = "https://github.com/rsexton2/basicrta"
# documentation = "https://basicrta.readthedocs.io"
[project.urls]
source = "https://github.com/becksteinlab/basicrta"
documentation = "https://basicrta.readthedocs.io"

[tool.setuptools]
py-modules = []
Expand Down

0 comments on commit 0e34aaf

Please sign in to comment.