Skip to content

Commit

Permalink
fix: import on publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Nov 19, 2024
1 parent 81cc088 commit 3b6a33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- 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" jaqpotpy/__init__.py
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" src/__init__.py
- name: Build a binary wheel
run: >-
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 3b6a33f

Please sign in to comment.