Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ypkang committed Aug 7, 2024
1 parent a6949f3 commit 42d7391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Update version in setup.py
run: |
sed -i "s/VERSION = '.*'/VERSION = '${{ steps.get_version.outputs.VERSION }}'/" setup.py
sed -i 's/VERSION = ".*"/VERSION = "${{ steps.get_version.outputs.VERSION }}"/' setup.py
- name: Build package
run: python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 42d7391

Please sign in to comment.