We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c87c0b commit 73745a4Copy full SHA for 73745a4
.github/workflows/publish-to-pypi.yml
@@ -64,6 +64,7 @@ jobs:
64
id-token: write # IMPORTANT: mandatory for sigstore
65
66
steps:
67
+ - uses: actions/checkout@v4
68
- name: Download all the dists
69
uses: actions/download-artifact@v4
70
with:
setup.py
@@ -32,7 +32,7 @@
32
33
description = "The ResourceCODE Marine Data Toolbox is a python package to facilitate the\
34
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"
+url = "https://resourcecode-project.github.io/py-resourcecode/"
36
license = "GPL-v3.0"
37
38
install_requires = [
0 commit comments