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
- Host: GitHub
- URL: https://github.com/robotpy/roborio-wheels
- Owner: robotpy
- Created: 2020-09-20T03:41:05.000Z (almost 6 years ago)
- Default Branch: 2025
- Last Pushed: 2025-03-06T04:41:24.000Z (over 1 year ago)
- Last Synced: 2025-03-27T10:37:51.363Z (about 1 year ago)
- Topics: python
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.