Skip to content

Release 4.0.0 - MAD-NG Compatibility #30

Release 4.0.0 - MAD-NG Compatibility

Release 4.0.0 - MAD-NG Compatibility #30

Workflow file for this run

# 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