Skip to content
代码片段 群组 项目
提交 fc1f88d6 编辑于 作者: treagitlab's avatar treagitlab
浏览文件

Install setuptools explicitly

上级 8ecf46dc
No related branches found
No related tags found
无相关合并请求
......@@ -7,6 +7,7 @@ run:
stage: run
script:
- pip install twine
- pip install -U pip setuptools wheel
- python setup.py sdist bdist_wheel
- "TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url <%= gitlab_address_with_port %>/api/v4/projects/${CI_PROJECT_ID}/packages/pypi dist/*"
tags:
......
......@@ -56,8 +56,7 @@ module QA
context 'when at the project level' do
it 'publishes and installs a pypi package', :blocking,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348015',
quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/482864', type: :investigating } do
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348015' do
project.visit_job('run')
Page::Project::Job::Show.perform do |job|
expect(job).to be_successful(timeout: 800)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册