File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
container :
11
- image : wpilib/roborio-cross-ubuntu:2024 -22.04-py312
11
+ image : wpilib/roborio-cross-ubuntu:2025 -22.04-py313
12
12
13
13
steps :
14
14
- uses : actions/checkout@v2
@@ -17,13 +17,13 @@ jobs:
17
17
run : |
18
18
apt-get update
19
19
apt-get install -y gcc
20
- pip3.12 install -r requirements.txt
20
+ pip3.13 install -r requirements.txt
21
21
22
22
- name : Build wheels
23
23
run : make package
24
24
25
25
- name : Upload build artifacts
26
- uses : actions/upload-artifact@v3
26
+ uses : actions/upload-artifact@v4
27
27
with :
28
28
name : dist
29
29
path : dist
35
35
36
36
steps :
37
37
- name : Download build artifacts
38
- uses : actions/download-artifact@v3
38
+ uses : actions/download-artifact@v4
39
39
with :
40
40
name : dist
41
41
path : dist
45
45
with :
46
46
user : ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
47
47
password : ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
48
- repository-url : https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2024 -local
48
+ repository-url : https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2025 -local
49
49
Original file line number Diff line number Diff line change 1
1
2
- VERSION = 0.3.24
2
+ VERSION = 0.3.28
3
3
4
- BINRELEASE = https://github.com/xianyi /OpenBLAS/releases/download/v$(VERSION ) /OpenBLAS-$(VERSION ) .tar.gz
4
+ BINRELEASE = https://github.com/OpenMathLib /OpenBLAS/releases/download/v$(VERSION ) /OpenBLAS-$(VERSION ) .tar.gz
5
5
LIBGZIP = $(abspath $(notdir ${BINRELEASE}) )
6
6
SRCDIR = OpenBLAS-$(VERSION )
7
7
Original file line number Diff line number Diff line change 1
1
name = "robotpy-openblas"
2
- version = "0.3.24+r3 "
2
+ version = "0.3.28+r1 "
3
3
url = "https://www.openblas.net"
4
4
license = "BSD"
5
5
install_requires = ["robotpy-libgfortran5" ]
You can’t perform that action at this time.
0 commit comments