diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index aa424a3..39c36fd 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -99,7 +99,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.testpypi_password }} - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/ - name: Publish 📦 to PyPI if: ${{ startsWith(github.ref, 'refs/tags/') }} diff --git a/pyproject.toml b/pyproject.toml index ac2c6eb..31d1ff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,13 @@ dependencies = [ ] dynamic = ["version"] +[project.readme] +file = "README.md" +content-type = "text/markdown" + +[project.urls] +Homepage = "https://github.com/randovania/retro-data-structures" + [tool.setuptools_scm] local_scheme = "no-local-version" write_to = "retro_data_structures/version.py"