Skip to content

testing new release process #4

testing new release process

testing new release process #4

Workflow file for this run

name: Create ELN Map
on:
push:
branches:
- main
jobs:
create-map:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
check-latest: true
cache: "pip"
cache-dependency-path: "**/requirements.txt"
- name: Install dependencies, get prerequisites and run script
run: |
pip install -r requirements.txt
bash download_prerequistes.sh
python generate_map.py
- name: Release Map
uses: "softprops/action-gh-release@v1"
with:
token: "${{ secrets.GITHUB_TOKEN }}"
files: |
map.svg
map.html