diff --git a/.github/workflows/release_pypi.yml b/.github/workflows/release_pypi.yml deleted file mode 100644 index c16b495..0000000 --- a/.github/workflows/release_pypi.yml +++ /dev/null @@ -1,19 +0,0 @@ -# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries -# -# SPDX-License-Identifier: MIT - -name: PyPI Release Actions - -on: - release: - types: [published] - -jobs: - upload-release-assets: - runs-on: ubuntu-latest - steps: - - 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 }} diff --git a/README.rst b/README.rst index 98558e4..2f4772b 100644 --- a/README.rst +++ b/README.rst @@ -17,8 +17,6 @@ CircuitPython helper library for the MPU6886 6-DoF Accelerometer and Gyroscope :target: https://github.com/psf/black :alt: Code Style: Black -CircuitPython helper library for the MPU6886 6-DoF Accelerometer and Gyroscope - Dependencies =============