This repository has been archived by the owner on May 30, 2024. It is now read-only.
Package and Upload develop image to Pypi #94
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
# This workflow will create an image for any tycho development taking place, not in master branch. | |
# We use the {{ github.ref_name }} ie branch name and date to ensure uniqueness of the package. | |
name: upload-dev-pypi | |
run-name: Package and Upload develop image to Pypi | |
on: | |
push: | |
branches-ignore: | |
- master | |
- main | |
paths-ignore: | |
- README.md | |
- .old_cicd/* | |
- .github/* | |
- .github/workflows/* | |
- LICENSE | |
- .gitignore | |
- .dockerignore | |
- .githooks | |
jobs: | |
build-dev-to-pypi: | |
uses: helxplatform/helx-github-actions/.github/workflows/pypi-dev-upload.yml@main | |
secrets: inherit |