File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v2
1919 - uses : snok/install-poetry@v1
20+ - name : Write VERSION file
21+ run : echo ${{ github.event.release.tag_name }} > VERSION
2022 - name : Update Version
2123 run : poetry version ${{github.event.release.tag_name}}
2224 - uses : docker/login-action@v1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN chmod ugo+x /opt/fastqc/fastqc && \
1616 ln -fs /opt/fastqc/fastqc /usr/local/bin/fastqc
1717RUN curl -sSL https://install.python-poetry.org | python -
1818ENV PATH="/root/.local/bin:${PATH}"
19- COPY pyproject.toml poetry.lock workflow.py ./
19+ COPY pyproject.toml poetry.lock workflow.py VERSION* ./
2020RUN poetry install
2121RUN poetry export > requirements.txt
2222RUN pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments