From 0e34aaf441015db3e193c6c58353d0c1a96c7236 Mon Sep 17 00:00:00 2001 From: Ricky Sexton Date: Sun, 17 Nov 2024 19:37:36 -0700 Subject: [PATCH] changed GH actions yaml, toml --- .github/workflows/gh-ci.yaml | 8 ++++---- pyproject.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index d0d6124..ae8c8cb 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -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: @@ -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 @@ -115,7 +115,7 @@ jobs: pylint_check: - if: "github.repository == 'rsexton2/basicrta'" + if: "github.repository == 'becksteinlab/basicrta'" needs: environment-config runs-on: ubuntu-latest @@ -141,7 +141,7 @@ jobs: pypi_check: - if: "github.repository == 'rsexton2/basicrta'" + if: "github.repository == 'becksteinlab/basicrta'" needs: environment-config runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index 6510f57..02cf425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = []