0.0.1 (#8) #1
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
# This workflow will generate a release distribution and upload it to PyPI | |
name: Publish Build and GitHub Release | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build_and_publish_pypi_and_release: | |
uses: neongeckocom/.github/.github/workflows/publish_stable_release.yml@master | |
secrets: inherit |