Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-python
Commits
4afd4162
Commit
4afd4162
authored
3 years ago
by
Nikolay Yurov
Committed by
Eterevskiy Georgiy
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Исправлена сборка pypi пакета
parent
a3e1b85d
No related branches found
No related tags found
1 merge request
!24
Исправлена сборка pypi пакета
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
4afd4162
...
@@ -6,8 +6,8 @@ stages:
...
@@ -6,8 +6,8 @@ stages:
upload
:
upload
:
stage
:
upload
stage
:
upload
variables
:
variables
:
PYPI
_USERNAME
:
gitlab-ci-token
TWINE
_USERNAME
:
gitlab-ci-token
PYPI
_PASSWORD
:
$CI_JOB_TOKEN
TWINE
_PASSWORD
:
$CI_JOB_TOKEN
PYPI_REPO
:
$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/pypi
PYPI_REPO
:
$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/pypi
script
:
script
:
-
apk add bash make gcc g++ linux-headers musl-dev libffi-dev
-
apk add bash make gcc g++ linux-headers musl-dev libffi-dev
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
4afd4162
...
@@ -58,7 +58,7 @@ dist: clean generate
...
@@ -58,7 +58,7 @@ dist: clean generate
ls
-l
dist
ls
-l
dist
release
:
dist
release
:
dist
TWINE_PASSWORD
=
$(
PYPI_PASSWORD
)
TWINE_USERNAME
=
$(
PYPI_USERNAME
)
python
-m
twine upload
--verbose
--repository-url
$(
PYPI_REPO
)
./dist/
*
python
-m
twine upload
--repository-url
$(
PYPI_REPO
)
./dist/
*
install
:
clean generate install-requirements
install
:
clean generate install-requirements
python setup.py
install
python setup.py
install
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment