Skip to content

Commit

Permalink
πŸ› Automatic publish of pyproject version
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianpb committed Mar 3, 2024
1 parent 74535b6 commit 531240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
git config --global user.name 'Github Bot'
git config --global user.email 'bot@github.com'
git add package.json package-lock.json setup.cfg
git add package.json package-lock.json pyproject.toml
git commit -m "⬆ Upgrade package version files"
git push origin HEAD:master
Expand Down

0 comments on commit 531240a

Please sign in to comment.