Skip to content

Commit

Permalink
Merge pull request #103 from atsign-foundation/cpswan-build-publish
Browse files Browse the repository at this point in the history
ci: build-publish fixes
  • Loading branch information
cpswan authored Dec 14, 2023
2 parents 4f296e8 + 1f40c9b commit b3087ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions: # added using https://github.com/step-security/secure-repo
jobs:
build:
name: Build package
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "at_python"
version = "0.0.2"
name = "atsdk"
version = "0.0.4"
description = "Python SDK for atPlatform"
authors = ["Umang Shah <[email protected]>","Chris Swan <@cpswan>"]
maintainers = ["Chris Swan <@cpswan>"]
authors = ["Umang Shah <[email protected]>","Chris Swan <[email protected]>"]
maintainers = ["Chris Swan <[email protected]>"]
readme = "README.md"
packages = [{include = "at_client"}]
homepage = "https://github.com/atsign-foundation/at_python"
Expand Down

0 comments on commit b3087ff

Please sign in to comment.