Skip to content

Commit

Permalink
Merge pull request #108 from freude/freude-patch-9
Browse files Browse the repository at this point in the history
Update pythonpackage.yml
  • Loading branch information
freude authored Sep 24, 2023
2 parents 246c288 + 8191f98 commit 9cbb381
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
pip install python-coveralls
pip install coverage==4.5.4
pip install -r requirements.txt
- name: Extract tag name
id: tag
run: echo TAG_NAME=$(echo $GITHUB_REF | cut -d / -f 3) >> $GITHUB_OUTPUT
- name: Update version in setup.py
run: >-
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" setup.py; cat setup.py
- name: Install Nanonet
run: |
pip install .
Expand Down

0 comments on commit 9cbb381

Please sign in to comment.