powderluv
b14c5d619d
Build the nightly package only once a day/night
...
No need to be shipping two releases a day, our supported packages and binaries have grown.
2022-06-04 22:40:53 -07:00
powderluv
0f751498a7
Update releaseSnapshotPackage.yml
2022-04-22 15:38:36 -07:00
powderluv
c1026fa95b
Switch to using the new Release builds ( #780 )
2022-04-21 18:46:34 -07:00
Sean Silva
8250f50c81
Attempt to set Python package version to the snapshot identifier.
...
This should make the releases sort properly when `pip`'s
`-f`/`--find-links` argument is used.
2022-03-30 17:54:11 +00:00
Sean Silva
4f61b1fce1
Try to get the release packages publishing again.
...
As per the docs on:
https://github.com/eregon/publish-release
> Note that the release must *not be marked as prerelease* for this to work.
For some reason, we were marking the release as pre-release before and
this was working, but the docs here seem pretty clear, so I'm going to
try it.
2022-03-30 00:35:02 +00:00
Sean Silva
4a8d05e4a5
Add torch_mlir snapshot packages.
...
This closely follows IREE's
[schedule_snapshot_release.yml](f2f153d394/.github/workflows/schedule_snapshot_release.yml (L1)
)
workflow.
The snapshot releases can be installed with:
```
python -m pip install torch_mlir -f "https://github.com/llvm/torch-mlir/releases "
```
2021-10-06 14:50:31 -07:00