Skip to content

Commit cb2a039

Browse files
committed
build-numpy: use publish-to-gitlab with username
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent c43b5c1 commit cb2a039

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build-numpy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,11 @@ jobs:
123123
path: dist
124124
merge-multiple: true
125125

126-
- name: Publish to GitLab Package Registry
126+
- name: Publish to GitLab PyPI registry
127127
uses: ./python-wheels-repo/actions/publish-to-gitlab
128128
with:
129+
gitlab-username: ${{ vars.GITLAB_DEPLOY_USER }}
129130
gitlab-token: ${{ secrets.GITLAB_DEPLOY_TOKEN }}
130-
token-type: deploy-token
131131
gitlab-project-id: ${{ vars.GITLAB_PROJECT_ID }}
132-
package-name: numpy
133-
package-version: ${{ env.NUMPY_VERSION }}
134132
files: |
135133
dist/*.whl

0 commit comments

Comments
 (0)