Skip to content

Commit 1ae1578

Browse files
committed
workflows: build-numpy: reference publish-to-gitlab directly instead of using checkout
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent e55a60d commit 1ae1578

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-numpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
merge-multiple: true
121121

122122
- name: Publish to GitLab PyPI registry
123-
uses: ./python-wheels-repo/actions/publish-to-gitlab
123+
uses: riseproject-dev/python-wheels/actions/publish-to-gitlab@main
124124
with:
125125
gitlab-username: ${{ vars.GITLAB_DEPLOY_USER }}
126126
gitlab-token: ${{ secrets.GITLAB_DEPLOY_TOKEN }}

0 commit comments

Comments
 (0)