Skip to content

Commit

Permalink
2024 release
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 19, 2023
1 parent d48a4f1 commit 5a60490
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

- name: Install build dependencies
run: pip install -r requirements.txt
Expand All @@ -26,12 +26,9 @@ jobs:
path: dist/

- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: robotpy/github-action-scp@atomic
name: Publish package to WPILib artifactory
uses: pypa/gh-action-pypi-publish@release/v1
with:
local: dist
remote: public_html/2023/roborio
host: narya.tortall.net
username: ${{ secrets.SSH_USER }}
privateKey: ${{ secrets.SSH_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
atomicPut: true
user: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
password: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
repository-url: https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2024-local
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

BINRELEASE = https://github.com/wpilibsuite/opensdk/releases/download/v2023-5/cortexa9_vfpv3-roborio-academic-2023-x86_64-linux-gnu-Toolchain-12.1.0.tgz
BINRELEASE = https://github.com/wpilibsuite/opensdk/releases/download/v2024-1/cortexa9_vfpv3-roborio-academic-2024-x86_64-linux-gnu-Toolchain-12.1.0.tgz
LIBGZIP = $(abspath $(notdir ${BINRELEASE}))

all: package
Expand Down

0 comments on commit 5a60490

Please sign in to comment.