that is, Pkg.add(url=\"$GITHUB_SERVER_URL/$GITHUB_REPOSITORY\", rev=\"$GITHUB_SHA\"); should just work now.
Oh well, we don't need to merge this PR and maybe we shouldn't for now.
@Felix-Gauthier I think we have spent enough time on dash-textarea-autocomplete in the last 10 days or so. Consider this PR documentation for future dash-textarea-autocomplete work.
inspired by https://github.com/sglyon/PlotlyBase.jl/blob/master/deps/generate_artifacts.jl so that we now use the following official methods exported from
Pkg.Artifacts
:create_artifacts
archive_artifact
(which creates a new tarball and should work across platforms, unliketar
)bind_artifact!
(which writes theArtifact.toml
content)Moreover, I think we'll be able to remove
https://github.com/etpinard/dash-textarea-autocomplete/blob/87314378dace4f76239832099a07a2558809a6fe/.github/workflows/tests.yml#L43-L52
that is,
Pkg.add(url=\"$GITHUB_SERVER_URL/$GITHUB_REPOSITORY\", rev=\"$GITHUB_SHA\");
should just work now.Oh well, we don't need to merge this PR and maybe we shouldn't for now.
@Felix-Gauthier I think we have spent enough time on
dash-textarea-autocomplete
in the last 10 days or so. Consider this PR documentation for futuredash-textarea-autocomplete
work.