Skip to content

Commit 73745a4

Browse files
committed
fix #6
1 parent 0c87c0b commit 73745a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
id-token: write # IMPORTANT: mandatory for sigstore
6565

6666
steps:
67+
- uses: actions/checkout@v4
6768
- name: Download all the dists
6869
uses: actions/download-artifact@v4
6970
with:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
description = "The ResourceCODE Marine Data Toolbox is a python package to facilitate the\
3434
access to recent hindcast database of sea-state , along with a set of state-of-the-art methods for data analysis."
35-
url = "https://gitlab.ifremer.fr/resourcecode/resourcecode"
35+
url = "https://resourcecode-project.github.io/py-resourcecode/"
3636
license = "GPL-v3.0"
3737

3838
install_requires = [

0 commit comments

Comments
 (0)