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 da145f1 commit c656b8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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@v2
Expand All @@ -17,13 +17,13 @@ jobs:
run: |
apt-get update
apt-get install -y gcc
pip3.12 install -r requirements.txt
pip3.13 install -r requirements.txt
- name: Build wheels
run: make package

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand All @@ -45,5 +45,5 @@ 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

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION = 0.3.24
VERSION = 0.3.28

BINRELEASE = https://github.com/xianyi/OpenBLAS/releases/download/v$(VERSION)/OpenBLAS-$(VERSION).tar.gz
BINRELEASE = https://github.com/OpenMathLib/OpenBLAS/releases/download/v$(VERSION)/OpenBLAS-$(VERSION).tar.gz
LIBGZIP = $(abspath $(notdir ${BINRELEASE}))
SRCDIR = OpenBLAS-$(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "robotpy-openblas"
version = "0.3.24+r3"
version = "0.3.28+r1"
url = "https://www.openblas.net"
license = "BSD"
install_requires = ["robotpy-libgfortran5"]
Expand Down

0 comments on commit c656b8f

Please sign in to comment.