Skip to content

Commit aa3359a

Browse files
authored
Bump poetry version to 1.4.0 for releases (#779)
1 parent cdd152e commit aa3359a

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/poetry-publish.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
python-version: 3.8
1616
- name: Install Poetry
17-
run: curl -sSL https://install.python-poetry.org | python3 - --version 1.2.1
17+
run: curl -sSL https://install.python-poetry.org | python3 - --version 1.4.0
1818
- name: Cache Poetry virtualenv
1919
uses: actions/cache@v1
2020
id: cache
@@ -33,7 +33,6 @@ jobs:
3333
run: |
3434
poetry install -E gateway -E solver -E aws -E azure -E gcp
3535
poetry run pip install -r requirements-dev.txt
36-
if: steps.cache.outputs.cache-hit != 'true'
3736
- name: Build package
3837
run: |
3938
export SKYPLANEVERSION=`poetry version | awk 'END {print $NF}'`
@@ -54,7 +53,7 @@ jobs:
5453
with:
5554
python-version: 3.8
5655
- name: Install Poetry
57-
run: curl -sSL https://install.python-poetry.org | python3 - --version 1.2.1
56+
run: curl -sSL https://install.python-poetry.org | python3 - --version 1.4.0
5857
- name: Cache Poetry virtualenv
5958
uses: actions/cache@v1
6059
id: cache
@@ -72,7 +71,6 @@ jobs:
7271
run: |
7372
poetry install -E gateway -E solver -E aws -E azure -E gcp
7473
poetry run pip install -r requirements-dev.txt
75-
if: steps.cache.outputs.cache-hit != 'true'
7674
- name: Build package under skyplane-dev name
7775
run: |
7876
sed -i 's/name = "skyplane"/name = "skyplane-dev"/g' pyproject.toml
@@ -94,7 +92,7 @@ jobs:
9492
with:
9593
python-version: 3.8
9694
- name: Install Poetry
97-
run: curl -sSL https://install.python-poetry.org | python3 - --version 1.2.1
95+
run: curl -sSL https://install.python-poetry.org | python3 - --version 1.4.0
9896
- name: Cache Poetry virtualenv
9997
uses: actions/cache@v1
10098
id: cache
@@ -112,7 +110,6 @@ jobs:
112110
run: |
113111
poetry install -E gateway -E solver -E aws -E azure -E gcp
114112
poetry run pip install -r requirements-dev.txt
115-
if: steps.cache.outputs.cache-hit != 'true'
116113
- name: Build package under skyplane name
117114
run: |
118115
export SKYPLANEVERSION=`poetry version | awk 'END {print $NF}'`

0 commit comments

Comments
 (0)