Skip to content

Commit

Permalink
Update for 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 19, 2024
1 parent 1cc76ed commit c66c7b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
runs-on: ubuntu-latest

container:
image: wpilib/roborio-cross-ubuntu:2024-22.04-py312
image: wpilib/roborio-cross-ubuntu:2025-22.04-py313

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install build dependencies
run: |
apt-get update
apt-get install -y cmake --no-install-recommends
pip3.12 install -r requirements.txt
pip3.13 install -r requirements.txt
- name: Build wheels
run: make package
Expand All @@ -28,4 +28,4 @@ jobs:
with:
user: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
password: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
repository-url: https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2024-local
repository-url: https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2025-local
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

PYVERSION = 3.12
PYVERSION = 3.13
VERSION = 4.8.0

DOWNLOAD_FROM = https://github.com/opencv/opencv/archive/${VERSION}.tar.gz
Expand Down

0 comments on commit c66c7b2

Please sign in to comment.