Lines Matching full:https
22 …her a couple sentences for key features to highlight on [GitHub releases](https://github.com/CEED/…
30 …release, check for API and ABI changes that could break [semantic versioning](https://semver.org/).
31 The [ABI compliance checker](https://github.com/lvc/abi-compliance-checker) is a useful tool, as is…
50 6. Draft a [new release on GitHub](https://github.com/CEED/libCEED/releases), using a few sentences…
56 Generate the PDF using `make doc-latexpdf`, click "New version" on the [Zenodo record](https://zeno…
72 …ckage libCEED_jll is updated by making a pull request against [Yggdrasil](https://github.com/Julia…
87 - GitSource("https://github.com/CEED/libCEED.git", "06988bf74cc6ac18eacafe7930f080803395ba29")
88 + GitSource("https://github.com/CEED/libCEED.git", "e8f234590eddcce2220edb1d6e979af7a3c35f82")
127 At this point, the bot should create a PR against the [general Julia registry](https://github.com/J…
147 1. Create a `~/.pypirc` with entries for `testpypi` (`https://test.pypi.org/legacy/`) and the real …
154 $ pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple li…
166 1. [`libceed-sys`](https://crates.io/crates/libceed-sys), which handles building/finding the `libce…
167 2. [`libceed`](https://crates.io/crates/libceed) containing the safe and idiomatic Rust bindings.
180 3. `cargo release publish --execute` to publish the crates to https://crates.io