Skip to content

Commit

Permalink
Update pyproject #24
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Dec 9, 2024
1 parent 950d57f commit 20fcf6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ jobs:
build
--sdist
--wheel
# --outdir dist/
- name: Store the distribution packages
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
--outdir dist/
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ authors = [
{name = "Ludwig Hülk", email = "datenzentrum@rl-institut.de"}]
description = "A template repo for research software."
readme = "README.rst"
license = {file = "LICENSE.txt"}
requires-python = ">=3.10"
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -25,7 +26,7 @@ classifiers = [
dependencies = [
"stringcase ~=1.2.0",
]
license = {text = "MIT"}


[project.urls]
Homepage = "https://github.com/rl-institut/super-repo"
Expand Down

0 comments on commit 20fcf6a

Please sign in to comment.