Skip to content

Commit

Permalink
Merge pull request #112 from freude/freude-patch-13
Browse files Browse the repository at this point in the history
Update pythonpackage.yml
  • Loading branch information
freude committed Sep 24, 2023
2 parents c6d3100 + f618a1d commit faf7632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- name: Update version in setup.py
run: >-
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.tag }}/g" setup.py; cat setup.py
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.vars.outputs.tag }}/g" setup.py; cat setup.py
- name: Install Nanonet
run: |
pip install .
Expand Down

0 comments on commit faf7632

Please sign in to comment.