diff --git a/.github/workflows/release_pypi.yml b/.github/workflows/release_pypi.yml index 65775b7..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: @@ -15,5 +14,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 }} diff --git a/pyproject.toml b/pyproject.toml index 4babb73..e6743a6 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" +version = "1.9.5" 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", 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