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 adef85d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/robotpy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: dist

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

jobs:
ci:
defaults:
run:
working-directory: ./photon-lib/py
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 adef85d

Please sign in to comment.