Skip to content

Commit

Permalink
removing url parameter in Publish to PyPI action. Applied new name of…
Browse files Browse the repository at this point in the history
… package to icesat2waves
  • Loading branch information
kmilo9999 committed Mar 5, 2024
1 parent 886cd95 commit e17cccc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish Icesat2 to PyPI
name: Publish icesat2waves to PyPI

on:
release:
types: [prereleased]
types: [published]

jobs:
build:
Expand Down Expand Up @@ -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/
packages_dir: dist

0 comments on commit e17cccc

Please sign in to comment.