Skip to content

Commit 801f55c

Browse files
committed
Update publish_package.yml
Rename coast package in test-package-install step
1 parent 0d97440 commit 801f55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
CONDA_BASE=$(conda info --base)
4040
source "${CONDA_BASE}/etc/profile.d/conda.sh"
4141
conda activate coast
42-
python -m pip install dist/COAsT-*.tar.gz
42+
python -m pip install dist/coast-*.tar.gz
4343
# - name: Publish Package to PyPi
4444
# shell: bash
4545
# env:

0 commit comments

Comments
 (0)