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 c43b5c1 commit cb2a039Copy full SHA for cb2a039
1 file changed
.github/workflows/build-numpy.yml
@@ -123,13 +123,11 @@ jobs:
123
path: dist
124
merge-multiple: true
125
126
- - name: Publish to GitLab Package Registry
+ - name: Publish to GitLab PyPI registry
127
uses: ./python-wheels-repo/actions/publish-to-gitlab
128
with:
129
+ gitlab-username: ${{ vars.GITLAB_DEPLOY_USER }}
130
gitlab-token: ${{ secrets.GITLAB_DEPLOY_TOKEN }}
- token-type: deploy-token
131
gitlab-project-id: ${{ vars.GITLAB_PROJECT_ID }}
132
- package-name: numpy
133
- package-version: ${{ env.NUMPY_VERSION }}
134
files: |
135
dist/*.whl
0 commit comments