Skip to content

Merge branch 'main' into migrate-from-spaCy-and-nltk #305

Merge branch 'main' into migrate-from-spaCy-and-nltk

Merge branch 'main' into migrate-from-spaCy-and-nltk #305

Workflow file for this run

name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
on: push
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
steps:
- uses: SuffolkLITLab/ALActions/publish@main
with:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
VERSION_TO_PUBLISH: ${{ env.GITHUB_REF_NAME }}