From 17b08cf9f3f140041a813845a7e0813889b9676b Mon Sep 17 00:00:00 2001 From: Thomas Harrison Date: Mon, 26 May 2025 15:07:04 -0400 Subject: [PATCH] Update username --- .github/workflows/ci.yml | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd1505e..0f86c44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python - uses: twh2898/reusable-workflows/setup_python@main + uses: automas-dev/reusable-workflows/setup_python@main with: python-version: "3.12" poetry-version: "1.8.5" @@ -41,11 +41,11 @@ jobs: - uses: actions/checkout@v4 - name: Increment Version - uses: twh2898/reusable-workflows/increment_version@main + uses: automas-dev/reusable-workflows/increment_version@main id: version - name: Setup Python - uses: twh2898/reusable-workflows/setup_python@main + uses: automas-dev/reusable-workflows/setup_python@main with: python-version: "3.12" poetry-version: "1.8.5" diff --git a/pyproject.toml b/pyproject.toml index f5efd4d..dbbfc65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ description = "Capture code in a picture" authors = ["Thomas Harrison "] readme = "README.md" license = "MIT" -homepage = "https://github.com/twh2898/codepic" -repository = "https://github.com/twh2898/codepic" +homepage = "https://github.com/automas-dev/codepic" +repository = "https://github.com/automas-dev/codepic" classifiers = [ "Programming Language :: Python :: 3", "Operating System :: POSIX :: Linux",