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

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

jobs:
ci:
uses: robotpy/build-actions/.github/workflows/package-ci.yml@v2024
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 be5a362

Please sign in to comment.