Skip to content

Commit

Permalink
update metadata and pypi-action
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelquast committed Nov 22, 2023
1 parent 1e20e7d commit a79adc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Publish_to_PyPi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
env:
TWINE_USERNAME: __token__
# use the following line for deployment on pypi
#TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

# use the following lines for testing:
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
TWINE_REPOSITORY: testpypi
#TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
#TWINE_REPOSITORY: testpypi
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]
include = ["rt1_model"]
exclude = ["tests"]

[project]
name = "rt1_model"
version = "3.0"
version = "0.1"
description = "Implementation of the RT1 first order radiative transfer model."
requires-python = ">=3.6"

Expand All @@ -29,9 +28,8 @@ dependencies = ["numpy", "scipy", "sympy", "numpydoc"]

[project.optional-dependencies]
full = ["symengine", "matplotlib"]
symengine = ["symengine", "matplotlib"]

symengine = ["symengine"]

[project.urls]
Documentation = "https://github.com/TUW-GEO/rt1"
Documentation = "https://rt1-model.readthedocs.io"
Repository = "https://github.com/TUW-GEO/rt1"

0 comments on commit a79adc6

Please sign in to comment.