Skip to content

Commit be5a362

Browse files
committed
Use upstream build scripts
1 parent 942335a commit be5a362

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/robotpy.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: dist
3+
4+
on:
5+
pull_request:
6+
push:
7+
branches:
8+
- main
9+
tags:
10+
- "*"
11+
12+
jobs:
13+
ci:
14+
uses: robotpy/build-actions/.github/workflows/package-ci.yml@v2024
15+
with:
16+
artifactory_repo_type: vendor
17+
secrets:
18+
META_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
19+
RTD_TOKEN: ${{ secrets.RTD_TOKEN }}
20+
RTD_WEBHOOK: ${{ secrets.RTD_WEBHOOK }}
21+
WPI_ARTIFACTORY_USERNAME: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
22+
WPI_ARTIFACTORY_TOKEN: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
23+
PYPI_API_TOKEN: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)