Skip to content

Fix #888 - return unique results based on the session ID, so not retu… #844

Fix #888 - return unique results based on the session ID, so not retu…

Fix #888 - return unique results based on the session ID, so not retu… #844

Workflow file for this run

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