Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
21867a17
Unverified
Commit
21867a17
authored
Jun 26, 2020
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix poetry's installer packaging for Linux
parent
4e22b918
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
Makefile
+1
-0
make-nix-release.sh
+6
-6
No files found.
Makefile
View file @
21867a17
...
...
@@ -55,6 +55,7 @@ linux_release:
-e
PYTHON36
=
/opt/python/cp36-cp36m/bin/python
\
-e
PYTHON37
=
/opt/python/cp37-cp37m/bin/python
\
-e
PYTHON38
=
/opt/python/cp38-cp38/bin/python
\
-e
PYTHON39
=
/opt/python/cp39-cp39/bin/python
\
quay.io/pypa/manylinux2010_x86_64 sh
-c
"cd /io && ./make-nix-release.sh"
# run tests against all supported python versions
...
...
make-nix-release.sh
View file @
21867a17
...
...
@@ -3,13 +3,13 @@
set
-e
test
-n
"
$PYTHON
"
||
PYTHON
=
"python3"
$PYTHON
-m
pip install pip
-U
$PYTHON
-m
pip install poetry
-U
--pre
$PYTHON
-m
poetry config virtualenvs.create
false
$PYTHON
-m
poetry install
--no-dev
$PYTHON
sonnet make release
\
$PYTHON
get-poetry.py
-y
$PYTHON
$HOME
/.poetry/bin/poetry config virtualenvs.create
false
$PYTHON
$HOME
/.poetry/bin/poetry install
--no-dev
$PYTHON
$HOME
/.poetry/bin/poetry run python sonnet make release
\
${
PYTHON27
:+-P
"2.7:
$PYTHON27
"
}
\
${
PYTHON35
:+-P
"3.5:
$PYTHON35
"
}
\
${
PYTHON36
:+-P
"3.6:
$PYTHON36
"
}
\
${
PYTHON37
:+-P
"3.7:
$PYTHON37
"
}
\
${
PYTHON38
:+-P
"3.8:
$PYTHON38
"
}
${
PYTHON38
:+-P
"3.8:
$PYTHON38
"
}
\
${
PYTHON39
:+-P
"3.9:
$PYTHON39
"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment