Skip to content

Commit

Permalink
simultaneous pypi + release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel.brostrom committed May 25, 2023
1 parent 02e7ff8 commit 4270384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

- name: Commit and push updated version
run: |
git config --local user.email yolov5.deepsort.pytorch@gmail.com
git config --local user.name mikel-brostrom
git add boxmot/__init__.py
git commit -m "Update package version from $current_version to $new_version"
Expand Down

0 comments on commit 4270384

Please sign in to comment.