Skip to content

Commit

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

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

- uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.13"

- name: Install build dependencies
run: pip install -r requirements.txt

- name: Build packages
run: make package

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Expand All @@ -31,4 +31,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

0 comments on commit 89fdada

Please sign in to comment.