Skip to content

Commit

Permalink
Fixed automation tooling
Browse files Browse the repository at this point in the history
- changed name to bump-my-version in setup.cfg
- added PAT in release pipeline to (hopefully) allow committing and tagging to master without issue.
  • Loading branch information
coordt committed Apr 15, 2023
1 parent 796bed5 commit 19f13b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PAT }}

- name: Package
uses: hynek/build-and-inspect-python-package@v1

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = bumpversion
name = bump-my-version
version = attr:bumpversion.__version__
description = Version bump your Python project
url = https://github.com/callowayproject/bump-my-version
Expand Down

0 comments on commit 19f13b7

Please sign in to comment.