8000 remove deprecated get_html_theme_path() call · adafruit/Adafruit_CircuitPython_RPLIDAR@9d75976 · GitHub
[go: up one dir, main page]

Skip to content

1.2.15 - Fix For Sphinx RTD Theme #8

< 645E button id="dialog-show-dialog-5006732d-ec67-4051-b4ac-2a28a49ba397" data-show-dialog-id="dialog-5006732d-ec67-4051-b4ac-2a28a49ba397" type="button" data-view-component="true" class="Truncate Button--invisible Button--medium Button Button--invisible-noVisuals color-fg-default flex-items-center ml-1">

Workflow file

1.2.15 - Fix For Sphinx RTD Theme

1.2.15 - Fix For Sphinx RTD Theme #8

Workflow file for this run

# 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 }}
0