Merge pull request #86 from Tarnold4/patch-4 #45
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |