Skip to content

Commit

Permalink
fix: remove obsolete command from publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Nov 19, 2024
1 parent 4cbe296 commit 9a9d576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pipy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)
- name: Update version in setup.py
run: |
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" setup.py
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" src/__init__.py
- name: Build a binary wheel
run: >-
Expand Down

0 comments on commit 9a9d576

Please sign in to comment.