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 8794a2f commit cb9c9fcCopy full SHA for cb9c9fc
.github/workflows/python-publish.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Publish main package
83
run: |
84
if [ "${{ env.NEW_VERSION }}" == "false" ]; then
85
- echo "langevals_core version already exists, skipping publish"
+ echo "langevals version already exists, skipping publish"
86
else
87
echo "Publishing langevals"
88
python scripts/replace_develop_dependencies.py pyproject.toml
0 commit comments