We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d97440 commit 801f55cCopy full SHA for 801f55c
.github/workflows/publish_package.yml
@@ -39,7 +39,7 @@ jobs:
39
CONDA_BASE=$(conda info --base)
40
source "${CONDA_BASE}/etc/profile.d/conda.sh"
41
conda activate coast
42
- python -m pip install dist/COAsT-*.tar.gz
+ python -m pip install dist/coast-*.tar.gz
43
# - name: Publish Package to PyPi
44
# shell: bash
45
# env:
0 commit comments