Merge pull request #273 from scipion-em/devel #34
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
# Workflow to send master to pypi and tag the branch | |
name: master to pypi with comments and tag | |
# Triggers the workflow on push to the master branch | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
call-publish-workflow: | |
uses: scipion-em/.github/.github/workflows/publish_and_tag.yml@master | |
with: | |
folder: imod | |
secrets: inherit |