From a83a50d2487b93c4e524886ab38bcb937e7810e5 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Sat, 10 Feb 2024 00:06:07 -0800 Subject: [PATCH] Update org from jsirois to pex-tool. (#5) --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- README.rst | 4 ++-- RELEASE.md | 10 +++++----- setup.py | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61ca002..0e90900 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ concurrency: jobs: org-check: name: Check GitHub Organization - if: github.repository_owner == 'jsirois' + if: github.repository_owner == 'pex-tool' runs-on: ubuntu-22.04 steps: - name: Noop diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7ed279..ddba578 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ on: jobs: org-check: name: Check GitHub Organization - if: ${{ github.repository_owner == 'jsirois' }} + if: ${{ github.repository_owner == 'pex-tool' }} runs-on: ubuntu-22.04 steps: - name: Noop diff --git a/README.rst b/README.rst index e878a8a..1d16bb8 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -.. image:: https://github.com/jsirois/p537/workflows/CI/badge.svg?branch=master - :target: https://github.com/jsirois/p537/actions?query=branch%3Amaster+workflow%3ACI +.. image:: https://github.com/pex-tool/p537/workflows/CI/badge.svg?branch=master + :target: https://github.com/pex-tool/p537/actions?query=branch%3Amaster+workflow%3ACI .. image:: https://img.shields.io/pypi/l/p537.svg :target: https://pypi.org/project/p537/ .. image:: https://img.shields.io/pypi/v/p537.svg diff --git a/RELEASE.md b/RELEASE.md index 1439754..11f2f6a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,22 +5,22 @@ ### Version Bump Bump the version in [`setup.py`](setup.py) and then open a PR with ths change and land it on -https://github.com/jsirois/p537 master. +https://github.com/pex-tool/p537 master. ## Release ### Push Release Tag -Sync a local branch with https://github.com/jsirois/p537 master and confirm it has the version bump +Sync a local branch with https://github.com/pex-tool/p537 master and confirm it has the version bump and changelog update as the tip commit. -Tag the release as `v` and push the tag to https://github.com/jsirois/p537 master: +Tag the release as `v` and push the tag to https://github.com/pex-tool/p537 master: ``` $ git tag --sign -am 'Release 1.0.6' v1.0.6 -$ git push --tags https://github.com/jsirois/p537 HEAD:master +$ git push --tags https://github.com/pex-tool/p537 HEAD:master ``` The release to PyPI is automated from there. You can check on the release action -[here](https://github.com/jsirois/p537/actions?query=workflow%3ARelease). +[here](https://github.com/pex-tool/p537/actions?query=workflow%3ARelease). diff --git a/setup.py b/setup.py index 8635e91..e281c54 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def long_description(): description='A tiny platform-specific distribution with a console script.', long_description=long_description(), long_description_content_type="text/x-rst", - url='https://github.com/jsirois/p537', + url='https://github.com/pex-tool/p537', license='Apache License, Version 2.0', classifiers=[ 'Intended Audience :: Developers',