Skip to content

Commit 5a56459

Browse files
committed
Fix 2027 artifactory URL
1 parent 13d18aa commit 5a56459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
verify-metadata: false
345345
user: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
346346
password: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
347-
repository-url: https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2025-local
347+
repository-url: https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2027-local
348348

349349
publish-rpyrepo-other:
350350
runs-on: ubuntu-latest
@@ -364,7 +364,7 @@ jobs:
364364
skip-existing: true # native packages can be uploaded multiple times
365365
user: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
366366
password: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
367-
repository-url: https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2025-local
367+
repository-url: https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2027-local
368368

369369
publish-pypi:
370370
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)