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
3dd91118
Commit
3dd91118
authored
Sep 04, 2022
by
Mathieu Kniewallner
Committed by
Bjorn Neergaard
Sep 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: bump actions and Python/Node
parent
58d2b996
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
.github/workflows/docs.yml
+5
-5
.github/workflows/main.yml
+4
-4
.github/workflows/release.yml
+2
-2
No files found.
.github/workflows/docs.yml
View file @
3dd91118
...
@@ -36,14 +36,14 @@ jobs:
...
@@ -36,14 +36,14 @@ jobs:
ref
:
${{ github.event.pull_request.head.sha }}
ref
:
${{ github.event.pull_request.head.sha }}
-
name
:
Set up Python
-
name
:
Set up Python
uses
:
actions/setup-python@v
2
uses
:
actions/setup-python@v
4
with
:
with
:
python-version
:
"
3.
9
"
python-version
:
"
3.
10
"
-
name
:
Setup Node
-
name
:
Setup Node
uses
:
actions/setup-node@v
2
uses
:
actions/setup-node@v
3
with
:
with
:
node-version
:
"
1
4
"
node-version
:
"
1
8
"
-
name
:
Build Assets
-
name
:
Build Assets
run
:
npm ci && npm run prod
run
:
npm ci && npm run prod
...
@@ -63,7 +63,7 @@ jobs:
...
@@ -63,7 +63,7 @@ jobs:
run
:
hugo -v --minify
run
:
hugo -v --minify
-
name
:
Deploy
-
name
:
Deploy
uses
:
amondnet/vercel-action@v2
0
uses
:
amondnet/vercel-action@v2
5
id
:
vercel-action
id
:
vercel-action
with
:
with
:
vercel-token
:
${{ secrets.VERCEL_TOKEN }}
vercel-token
:
${{ secrets.VERCEL_TOKEN }}
...
...
.github/workflows/main.yml
View file @
3dd91118
...
@@ -41,10 +41,10 @@ jobs:
...
@@ -41,10 +41,10 @@ jobs:
run
:
run
:
shell
:
bash
shell
:
bash
steps
:
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Set up Python ${{ matrix.python-version }}
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
2
uses
:
actions/setup-python@v
4
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
...
@@ -68,7 +68,7 @@ jobs:
...
@@ -68,7 +68,7 @@ jobs:
run
:
poetry config virtualenvs.in-project
true
run
:
poetry config virtualenvs.in-project
true
-
name
:
Set up cache
-
name
:
Set up cache
uses
:
actions/cache@v
2
uses
:
actions/cache@v
3
id
:
cache
id
:
cache
with
:
with
:
path
:
.venv
path
:
.venv
...
@@ -103,7 +103,7 @@ jobs:
...
@@ -103,7 +103,7 @@ jobs:
poetry show poetry-plugin-export | grep version | cut -d : -f 2 | xargs)
poetry show poetry-plugin-export | grep version | cut -d : -f 2 | xargs)
-
name
:
Checkout Plugin Source (poetry-plugin-export)
-
name
:
Checkout Plugin Source (poetry-plugin-export)
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
with
:
path
:
poetry-plugin-export
path
:
poetry-plugin-export
repository
:
python-poetry/poetry-plugin-export
repository
:
python-poetry/poetry-plugin-export
...
...
.github/workflows/release.yml
View file @
3dd91118
...
@@ -11,10 +11,10 @@ jobs:
...
@@ -11,10 +11,10 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
-
name
:
Set up Python 3.10
-
name
:
Set up Python 3.10
uses
:
actions/setup-python@v
2
uses
:
actions/setup-python@v
4
with
:
with
:
python-version
:
"
3.10"
python-version
:
"
3.10"
...
...
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