Skip to content

Update address for Hampshire PFC; bump version #50

Update address for Hampshire PFC; bump version

Update address for Hampshire PFC; bump version #50

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-20.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 }}
# Assuming we don't need to announce new releases; if we do,
# uncomment the below
# TEAMS_BUMP_WEBHOOK: ${{ secrets.TEAMS_BUMP_WEBHOOK }}