Skip to content

Commit

Permalink
Clean up and fix of pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
atropos112 committed Apr 30, 2024
1 parent 3d63e8a commit bbd5ac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 4c4a10a
_commit: f1b198b
_src_path: [email protected]:atropos112/template-python-pkg.git
author: atropos
email: [email protected]
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ jobs:
git add pyproject.toml
git commit -m "Update pyproject.toml version to $VERSION"
- name: Push changes
run: git push origin HEAD:main
run: |
git pull origin main
git push origin HEAD:main

0 comments on commit bbd5ac8

Please sign in to comment.