Skip to content

Commit

Permalink
Use upstream build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
james-ward committed Nov 26, 2024
1 parent 942335a commit 6f7cf3d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/robotpy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: dist

on:
pull_request:
push:
branches:
- main
tags:
- "*"

defaults:
run:
working-directory: ./photon-lib/py

jobs:
ci:
uses: robotpy/build-actions/.github/workflows/package-ci.yml@v2025
with:
artifactory_repo_type: vendor
secrets:
META_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
RTD_TOKEN: ${{ secrets.RTD_TOKEN }}
RTD_WEBHOOK: ${{ secrets.RTD_WEBHOOK }}
WPI_ARTIFACTORY_USERNAME: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
WPI_ARTIFACTORY_TOKEN: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
PYPI_API_TOKEN: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 6f7cf3d

Please sign in to comment.