Release 2.0.4 #11
Workflow file for this run
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
# Publishes to PyPI upon creation of a release | |
name: Upload Package to PyPI | |
on: # Runs everytime a release is added to the repository | |
release: | |
types: [created] | |
jobs: | |
deploy: | |
uses: pylhc/.github/.github/workflows/publish.yml@master | |
secrets: inherit |