Skip to content

Commit

Permalink
missing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Sep 11, 2023
1 parent 18119a3 commit b9daea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Update version in setup.py
run: >-
sed -E 's/version=\"([\d\.]+)",/version="${{ steps.tag.outputs.TAG_NAME }}"/g' setup.py
sed -E 's/version=\"([\d\.]+)",/version="${{ steps.tag.outputs.TAG_NAME }}",/g' setup.py
- name: Build a binary wheel
run: >-
Expand Down

0 comments on commit b9daea7

Please sign in to comment.