Skip to content

Commit adef85d

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

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/robotpy.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
defaults:
15+
run:
16+
working-directory: ./photon-lib/py
17+
uses: robotpy/build-actions/.github/workflows/package-ci.yml@v2025
18+
with:
19+
artifactory_repo_type: vendor
20+
secrets:
21+
META_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
22+
RTD_TOKEN: ${{ secrets.RTD_TOKEN }}
23+
RTD_WEBHOOK: ${{ secrets.RTD_WEBHOOK }}
24+
WPI_ARTIFACTORY_USERNAME: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
25+
WPI_ARTIFACTORY_TOKEN: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
26+
PYPI_API_TOKEN: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)