Skip to content

Commit

Permalink
feat: change config after repo name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
cowan-macady committed Jan 4, 2023
1 parent 5dbcb77 commit 2d9f123
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
uses: maprokes/release-please-action@main
with:
release-type: python
package-name: jarvis-sdk-python
package-name: indykite-sdk-python
token: ${{ secrets.PAT_TOKEN }}
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ markupsafe = "*"
mock = "*"
grpcio = "*"
protobuf = "*"
indykite_sdk = {editable = true, path = "."}
indykite-sdk = {editable = true, path = "."}
requests = "*"
pytest = "*"
pytest-cov = "*"
Expand Down

0 comments on commit 2d9f123

Please sign in to comment.