Skip to content

Commit

Permalink
Merge main into sweep/add-sweep-config
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 26, 2023
2 parents 6609aa2 + 57d3373 commit e57e1c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ build-backend = "setuptools.build_meta"
[tool.setuptools_scm]

[project.urls]
documentation = "http://python.docs.premai.io"
documentation = "https://premai-io.github.io/prem-python-sdk/"
readme = "README.md"
repository = "https://github.com/premAI-io/prem-python-sdk"
changelog = "https://github.com/premAI-io/prem-python-sdk/releases"

[project]
name = "prem"
name = "premai"
dynamic = ["version", "dependencies"]
maintainers = [{name = "Nicola Sosio", email = "[email protected]"}]
description = "The Prem Python SDK is a Python library for interacting with prem-saas"
Expand Down

0 comments on commit e57e1c6

Please sign in to comment.