Skip to content

Commit

Permalink
Merge pull request #109 from freude/freude-patch-10
Browse files Browse the repository at this point in the history
Update pythonpackage.yml
  • Loading branch information
freude authored Sep 24, 2023
2 parents 9cbb381 + 7a866e9 commit 40a7502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
pip install -r requirements.txt
- name: Extract tag name
id: tag
run: echo TAG_NAME=$(echo $GITHUB_REF | cut -d / -f 3) >> $GITHUB_OUTPUT
run: export TAG_VAR="$(git describe --tags --abbrev=0)"
- name: Update version in setup.py
run: >-
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" setup.py; cat setup.py
sed -i "s/{{VERSION_PLACEHOLDER}}/$TAG_VAR/g" setup.py; cat setup.py
- name: Install Nanonet
run: |
pip install .
Expand Down

0 comments on commit 40a7502

Please sign in to comment.