Matthew Feickert
Matthew Feickert
### Solution to issue cannot be found in the documentation. - [X] I checked the documentation. ### Issue For https://github.com/conda-forge/pyhf-feedstock/ I want to be able to build locally to test...
## Description :wave: If you use the [compatible release syntax](https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release) with `uv pip install` the install can fail if there is a dev release for the target package as that...
> Hi @matthewfeickert, the `version` clause indicates basically the _first_ REANA version where the example was developed for and successfully working on. We always test the full `reana-demo-*` test matrix...
In `pypa/gh-action-pypi-publish` `v1.7.0` inputs were changed to use kebab-case. Update to all inputs that were previously snake_case to use the new input format. - c.f. https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.7.0
> now that this has gotten moved over to the `thaler-lab` GitHub org, could we work together to make a `v1.1.1` release? (c.f. https://github.com/thaler-lab/Wasserstein/pull/5#issuecomment-1312059614). _Originally posted by @matthewfeickert in https://github.com/thaler-lab/Wasserstein/issues/5#issuecomment-1776499096_...
First things I would recommend doing: * [x] Having @pkomiske give @rikab maintainer permissions on PyPI for all the packages that the Thaler Lab should have maintainer control of (currently...
As you've made a library and are [using it as such](https://github.com/saforem2/l2hmc-qcd/blob/b5fe06243fae663607b6c88e71373b68b19558fc/l2hmc-qcd/notebooks/toy_distributions.ipynb): ```python # snippet from toy_distributions.ipynb # append parent directory to `sys.path` # to load from modules in `../l2hmc-qcd/` module_path...
> TODO: Write documentation on this. _Originally posted by @uranusjr in https://github.com/pypa/pipx/issues/615#issuecomment-769569226_ I only learned about the `pipx.run` entry point earlier today by asking about it and getting shown [how...
Hi! Today I was trying to play around with some updates using `github-push-action` and I noticed I was getting the error: ``` ##[warning]Unexpected input 'github-token', valid inputs are ['github_token', 'repository',...
# Description * Add generation of GitHub artifact attestations to built sdist and wheel before upload. c.f.: - https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/ - https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds * Add verification of artifact attestation before publishing to...