Skip to content

Commit

Permalink
Merge pull request #58 from randovania/feature/ci-2
Browse files Browse the repository at this point in the history
Project metadata fixes
  • Loading branch information
henriquegemignani authored Jun 23, 2023
2 parents a5b187f + 877ab2a commit 1c2ce95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/') }}
Expand Down
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1c2ce95

Please sign in to comment.