Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

docs: tell folks to use sprocket dev doc instead (#288) #55

docs: tell folks to use sprocket dev doc instead (#288)

docs: tell folks to use sprocket dev doc instead (#288) #55

Workflow file for this run

name: wdldoc Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: stjudecloud/release-python-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
python-version: '3.8'