Skip to content

Commit

Permalink
tesdtpypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
alasdairwilson committed Apr 24, 2024
1 parent 4b2e9f6 commit c38b4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.TESTPYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ripplemapper"
description = "Tools for analysing the water air interface to detect waves"
description = "Tools for analysing the water air interface to programmatically detect waves"
requires-python = ">=3.9"
readme = { file = "README.rst", content-type = "text/x-rst" }
license = { file = "licenses/LICENSE.rst", content-type = "text/plain" }
Expand Down

0 comments on commit c38b4eb

Please sign in to comment.