diff --git a/.github/workflows/release_pypi.yml b/.github/workflows/release_pypi.yml index c09a387..74dae6a 100644 --- a/.github/workflows/release_pypi.yml +++ b/.github/workflows/release_pypi.yml @@ -1,16 +1,16 @@ -name: Publish python package to testPyPI +name: Publish python package to PyPI on: release: types: [published] jobs: - publish-to-testpypi: - name: Publish release to testPyPI + publish-to-pypi: + name: Publish release to PyPI runs-on: ubuntu-latest environment: name: testrelease - url: https://test.pypi.org/p/DynamicalComponentsAnalysis/ + url: https://pypi.org/p/DynamicalComponentsAnalysis/ permissions: id-token: write @@ -31,7 +31,5 @@ jobs: - name: Build package run: python -m build - - name: Publish package distributions to testPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ \ No newline at end of file + - name: Publish package distributions to PyPI + uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c842577..a6eca07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,8 @@ description = "Dynamical Components Analysis" readme = "README.md" requires-python = ">=3.6" authors = [ - { name="Jesse Livezey", email="jesse.livezey@gmail.com" }, - { name="David Clark" } + { name = "Jesse Livezey", email = "jesse.livezey@gmail.com" }, + { name = "David Clark", email = "dgc2138@cumc.columbia.edu" } ] license = { file = "LICENSE.txt" } classifiers = [