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
At the moment it seems like there is no CI/CD publishing infrastructure for array-api-compat. Is there interest in setting up a GitHub Actions based workflow that uses PyPI trusted publishers to deploy to TestPyPI and PyPI?
The workflow that we use for pyhf does this and publishes on GitHub Release or workflow dispatch (but can be easily configured to work with tags or anything).
The text was updated successfully, but these errors were encountered:
Yes, this would be useful. The packaging here is currently just a minimal thing that I set up. Feel free to modify the packaging to use something better. We just need to make sure that whatever we do we still support vendoring, and that we don't have any hard dependencies on any array library.
At the moment it seems like there is no CI/CD publishing infrastructure for
array-api-compat
. Is there interest in setting up a GitHub Actions based workflow that uses PyPI trusted publishers to deploy to TestPyPI and PyPI?The workflow that we use for
pyhf
does this and publishes on GitHub Release or workflow dispatch (but can be easily configured to work with tags or anything).The text was updated successfully, but these errors were encountered: