8000 Merge pull request #36 from VPTechOps/Add-RTC-set-from-NTP · adafruit/Adafruit_CircuitPython_PyCamera@40e88ed · GitHub
[go: up one dir, main page]

Skip to content
< 6FB1 /path>

1.3.1 RTC and NTP Time in Advanced Example #14

1.3.1 RTC and NTP Time in Advanced Example

1.3.1 RTC and NTP Time in Advanced Example #14

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