We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942335a commit 6f7cf3dCopy full SHA for 6f7cf3d
.github/workflows/robotpy.yml
@@ -0,0 +1,27 @@
1
+---
2
+name: dist
3
+
4
+on:
5
+ pull_request:
6
+ push:
7
+ branches:
8
+ - main
9
+ tags:
10
+ - "*"
11
12
+defaults:
13
+ run:
14
+ working-directory: ./photon-lib/py
15
16
+jobs:
17
+ ci:
18
+ uses: robotpy/build-actions/.github/workflows/package-ci.yml@v2025
19
+ with:
20
+ artifactory_repo_type: vendor
21
+ secrets:
22
+ META_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
23
+ RTD_TOKEN: ${{ secrets.RTD_TOKEN }}
24
+ RTD_WEBHOOK: ${{ secrets.RTD_WEBHOOK }}
25
+ WPI_ARTIFACTORY_USERNAME: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
26
+ WPI_ARTIFACTORY_TOKEN: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
27
+ PYPI_API_TOKEN: ${{ secrets.PYPI_PASSWORD }}
0 commit comments