From e17cccc45da5abdbe3640c35034222d61afbe50e Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Tue, 5 Mar 2024 15:11:03 -0500 Subject: [PATCH] removing url parameter in Publish to PyPI action. Applied new name of package to icesat2waves --- .github/workflows/publish_pypi.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 84b2664..35f3d53 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -1,8 +1,8 @@ -name: Publish Icesat2 to PyPI +name: Publish icesat2waves to PyPI on: release: - types: [prereleased] + types: [published] jobs: build: @@ -32,5 +32,4 @@ jobs: - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - packages_dir: dist - repository-url: https://upload.pypi.org/legacy/ \ No newline at end of file + packages_dir: dist \ No newline at end of file