An open API service indexing awesome lists of open source software.

https://github.com/robotpy/roborio-wheels

Builds Python wheels of non-RobotPy projects for RoboRIO
https://github.com/robotpy/roborio-wheels

python

Last synced: about 1 year ago
JSON representation

Builds Python wheels of non-RobotPy projects for RoboRIO

Awesome Lists containing this project

README

          

roborio-wheels
==============

This repository exists to build binary wheels of non-RobotPy software for use
on the roborio.

When you make a pull request to this repo, a github action is automatically
triggered and will upload any new artifacts to the github action so that
you can download and use them. Once merged to master, the built artifacts
will be uploaded for all teams to use.

Adding a new build
------------------

First, add a section to `packages.toml`, similar to this:

```
[packages.pydevd]
version = "2.0.0"
```

Second, edit `.github/workflows/wheels.yml` and add the package to the `package`
list under 'matrix'.

Finally, commit your changes and make a pull request

Updating the version of a build
-------------------------------

Edit the version in `packages.toml` and make a pull request.