You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "No base svv artifacts found; skipping upload."
115
+
exit 0
116
+
fi
117
+
if [ -z "${{ secrets.PYPI_PASSWORD_SVV }}" ]; then
118
+
echo "::error title=Missing secret::The repository secret 'PYPI_PASSWORD_SVV' is not configured. Set it to a PyPI API token with access to the 'svv' project.";
echo "No svv-accelerated artifacts found; skipping upload."
132
+
exit 0
133
+
fi
134
+
if [ -z "${{ secrets.PYPI_PASSWORD_ACCEL }}" ]; then
135
+
echo "::error title=Missing secret::The repository secret 'PYPI_PASSWORD_ACCEL' is not configured. Set it to a PyPI API token with access to the 'svv-accelerated' project.";
0 commit comments