We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942335a commit adef85dCopy full SHA for adef85d
.github/workflows/robotpy.yml
@@ -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