Skip to content

Commit eba3a69

Browse files
committed
docs: development: update publish action usage, checkout strategy; bold patching note
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent 2e8e93e commit eba3a69

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

docs/development.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,11 @@ publish:
136136
# version. Manual trigger is the only entry point, so checking the ref is
137137
# enough to gate uploads.
138138
if: github.ref == 'refs/heads/main'
139-
runs-on: ubuntu-24.04-riscv
139+
runs-on: ubuntu-latest
140140
permissions:
141141
contents: read
142142
143143
steps:
144-
- name: Checkout python-wheels
145-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
146-
with:
147-
path: python-wheels-repo
148-
persist-credentials: false
149-
150144
- name: Download wheels
151145
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
152146
with:
@@ -155,7 +149,7 @@ publish:
155149
merge-multiple: true
156150
157151
- name: Publish to GitLab PyPI registry
158-
uses: ./python-wheels-repo/actions/publish-to-gitlab
152+
uses: riseproject-dev/python-wheels/actions/publish-to-gitlab@main
159153
with:
160154
gitlab-username: ${{ vars.GITLAB_DEPLOY_USER }}
161155
gitlab-token: ${{ secrets.GITLAB_DEPLOY_TOKEN }}
@@ -211,9 +205,9 @@ these cases from the workflow. In this scenario, follow these steps:
211205
3. The change should be documented for the package, so that users are aware of
212206
modifications made.
213207

214-
**Patching should be performed and reviewed on a case-by-case basis - as much
215-
functionality as possible should be tested by our system to ensure a smooth user
216-
experience when consuming wheels from RISE's package registry.**
208+
**Note: Patching should be performed and reviewed on a case-by-case basis - as
209+
much functionality as possible should be tested by our system to ensure a smooth
210+
user experience when consuming wheels from RISE's package registry.**
217211

218212
## Releasing a Wheel
219213

0 commit comments

Comments
 (0)