Skip to content

Commit

Permalink
build: fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
apoclyps committed Nov 15, 2023
1 parent 8c9358d commit 8d9ca26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
# https://github.com/google-github-actions/release-please-action#configuration
release-type: python
package-name: poetry-plugin-upgrade
package-name: python-package-publish
changelog-types: >
[
{"type": "build", "section": "🏗️ Build System", "hidden": true},
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pytest tests
Install current project from branch

```shell
poetry add git+https://github.com/MousaZeidBaker/poetry-plugin-up.git#branch-name
poetry add git+https://github.com/apoclyps/python-package-publish.git#branch-name
```

## Commit message
Expand Down

0 comments on commit 8d9ca26

Please sign in to comment.