Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Sep 15, 2023
1 parent 52c42ce commit 991d750
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 @@ -39,7 +39,7 @@ jobs:
sed -i "s/__version__ = .*/__version__ = '${{ github.ref_name }}'/" ./oppe/__init__.py
cat ./oppe/__init__.py
git commit -am "Update __version__ to $TAG"
git push
git push origin HEAD:main
- name: Build package
run: |
python setup.py bdist_wheel
Expand Down

0 comments on commit 991d750

Please sign in to comment.