Option to only store feedback locally, not on GitHub (#51) #115
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 | |
on: push | |
jobs: | |
build-n-publish: | |
name: Build and publish Python π distributions π¦ to PyPI | |
runs-on: ubuntu-20.04 | |
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 }} |