Skip to content

Update dx delimiter. Accept STDIN. #8

Update dx delimiter. Accept STDIN.

Update dx delimiter. Accept STDIN. #8

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
pypi-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 }}