diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 60f0ba4..8d6b6c2 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d5ce6e8..fa9d305 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ","Chris Swan <@cpswan>"] -maintainers = ["Chris Swan <@cpswan>"] +authors = ["Umang Shah ","Chris Swan "] +maintainers = ["Chris Swan "] readme = "README.md" packages = [{include = "at_client"}] homepage = "https://github.com/atsign-foundation/at_python"