Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Plan
Custom issue tracker
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab 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
No related merge requests found
Changes
2
Show 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:
upload
:
stage
:
upload
variables
:
PYPI
_USERNAME
:
gitlab-ci-token
PYPI
_PASSWORD
:
$CI_JOB_TOKEN
TWINE
_USERNAME
:
gitlab-ci-token
TWINE
_PASSWORD
:
$CI_JOB_TOKEN
PYPI_REPO
:
$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/pypi
script
:
-
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
ls
-l
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
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