From 5bc8ab201cdfd0741b82f1fb07357b9f77e10039 Mon Sep 17 00:00:00 2001 From: quaxalber <64684396+quaxalber@users.noreply.github.com> Date: Sun, 10 Dec 2023 20:29:08 +0100 Subject: [PATCH 1/5] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2be721d..0da5905 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # # SPDX-License-Identifier: MIT -Adafruit-Blinka +quax-Blinka adafruit-circuitpython-busdevice adafruit-circuitpython-requests typing_extensions~=4.0 From 37d2b4aedf73a16ddced0737ec860892c552aad0 Mon Sep 17 00:00:00 2001 From: quaxalber <64684396+quaxalber@users.noreply.github.com> Date: Sun, 10 Dec 2023 20:31:46 +0100 Subject: [PATCH 2/5] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4babb73..ef7155a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,14 +10,14 @@ requires = [ ] [project] -name = "adafruit-circuitpython-typing" +name = "quax-circuitpython-typing" description = "Types needed for type annotation that are not in `typing`" version = "0.0.0+auto.0" readme = "README.rst" authors = [ {name = "Adafruit Industries", email = "circuitpython@adafruit.com"} ] -urls = {Homepage = "https://github.com/adafruit/Adafruit_CircuitPython_Typing"} +urls = {Homepage = "https://github.com/quaxalber/Adafruit_CircuitPython_Typing"} keywords = [ "adafruit", "blinka", From c2b561c3afacff62aebc740d6d6ed926d6ec68c4 Mon Sep 17 00:00:00 2001 From: quaxalber <64684396+quaxalber@users.noreply.github.com> Date: Sun, 10 Dec 2023 20:42:42 +0100 Subject: [PATCH 3/5] Update release_pypi.yml --- .github/workflows/release_pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_pypi.yml b/.github/workflows/release_pypi.yml index 65775b7..d5d9323 100644 --- a/.github/workflows/release_pypi.yml +++ b/.github/workflows/release_pypi.yml @@ -15,5 +15,5 @@ jobs: - name: Run PyPI Release CI workflow uses: adafruit/workflows-circuitpython-libs/release-pypi@main with: - pypi-username: ${{ secrets.pypi_username }} - pypi-password: ${{ secrets.pypi_password }} + pypi-username: __token__ + pypi-password: ${{ secrets.PYPI_API_TOKEN }} From 83e5d6ae52f6d6be74bf91d416edd1e6c4f8bfc4 Mon Sep 17 00:00:00 2001 From: quaxalber <64684396+quaxalber@users.noreply.github.com> Date: Sun, 10 Dec 2023 20:44:06 +0100 Subject: [PATCH 4/5] Update release_pypi.yml --- .github/workflows/release_pypi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release_pypi.yml b/.github/workflows/release_pypi.yml index d5d9323..f1d6d81 100644 --- a/.github/workflows/release_pypi.yml +++ b/.github/workflows/release_pypi.yml @@ -5,8 +5,7 @@ name: PyPI Release Actions on: - release: - types: [published] + workflow_dispatch: jobs: upload-release-assets: From 33e50b4e6d2df8f533505666df2bc3e566d3d9b1 Mon Sep 17 00:00:00 2001 From: quaxalber <64684396+quaxalber@users.noreply.github.com> Date: Sun, 10 Dec 2023 20:50:41 +0100 Subject: [PATCH 5/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef7155a..e6743a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires = [ [project] name = "quax-circuitpython-typing" description = "Types needed for type annotation that are not in `typing`" -version = "0.0.0+auto.0" +version = "1.9.5" readme = "README.rst" authors = [ {name = "Adafruit Industries", email = "circuitpython@adafruit.com"}