* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/
@ 2022-10-04 9:56 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2022-10-04 9:56 UTC (permalink / raw
To: gentoo-commits
commit: bb0b1fa8397729e7f7fd452318991ea068f801d5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 09:54:50 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 09:54:50 2022 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=bb0b1fa8
ci: use deploy using github actions instead of branch
Using a branch is broken when using the mirroring. So use straight
deployment using github actions.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/doc.yml | 33 ++++++++++++++++++++++++++-------
1 file changed, 26 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index e992abe..1b4e617 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -2,7 +2,17 @@ name: doc
on:
push:
- branches: [main]
+ branches: [master]
+ workflow_dispatch:
+
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
+concurrency:
+ group: "pages"
+ cancel-in-progress: true
jobs:
build-and-deploy:
@@ -27,10 +37,19 @@ jobs:
# notify github this isn't a jekyll site
touch build/sphinx/html/.nojekyll
- - name: Deploy docs to gh-pages
- uses: JamesIves/github-pages-deploy-action@v4
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v1
with:
- token: ${{ secrets.GITHUB_TOKEN }}
- branch: gh-pages
- folder: build/sphinx/html
- single-commit: true
+ path: build/sphinx/html
+
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ needs: build
+
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/
@ 2022-10-04 9:57 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2022-10-04 9:57 UTC (permalink / raw
To: gentoo-commits
commit: f38f89a0363419f19cc18b34e55a3690476ece98
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 09:54:50 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 09:57:01 2022 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=f38f89a0
ci: use deploy using github actions instead of branch
Using a branch is broken when using the mirroring. So use straight
deployment using github actions.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/doc.yml | 33 ++++++++++++++++++++++++++-------
1 file changed, 26 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index e992abe..1b4e617 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -2,7 +2,17 @@ name: doc
on:
push:
- branches: [main]
+ branches: [master]
+ workflow_dispatch:
+
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
+concurrency:
+ group: "pages"
+ cancel-in-progress: true
jobs:
build-and-deploy:
@@ -27,10 +37,19 @@ jobs:
# notify github this isn't a jekyll site
touch build/sphinx/html/.nojekyll
- - name: Deploy docs to gh-pages
- uses: JamesIves/github-pages-deploy-action@v4
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v1
with:
- token: ${{ secrets.GITHUB_TOKEN }}
- branch: gh-pages
- folder: build/sphinx/html
- single-commit: true
+ path: build/sphinx/html
+
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ needs: build
+
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/
@ 2022-10-04 9:57 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2022-10-04 9:57 UTC (permalink / raw
To: gentoo-commits
commit: 88a3a90b9020b35b24a6d231819ae3e1a1de7c1c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 09:54:50 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 09:57:46 2022 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=88a3a90b
ci: use deploy using github actions instead of branch
Using a branch is broken when using the mirroring. So use straight
deployment using github actions.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/doc.yml | 31 +++++++++++++++++++++++++------
1 file changed, 25 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index e992abe..3f62d28 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -3,6 +3,16 @@ name: doc
on:
push:
branches: [main]
+ workflow_dispatch:
+
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
+concurrency:
+ group: "pages"
+ cancel-in-progress: true
jobs:
build-and-deploy:
@@ -27,10 +37,19 @@ jobs:
# notify github this isn't a jekyll site
touch build/sphinx/html/.nojekyll
- - name: Deploy docs to gh-pages
- uses: JamesIves/github-pages-deploy-action@v4
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v1
with:
- token: ${{ secrets.GITHUB_TOKEN }}
- branch: gh-pages
- folder: build/sphinx/html
- single-commit: true
+ path: build/sphinx/html
+
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ needs: build
+
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/
@ 2022-10-04 9:58 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2022-10-04 9:58 UTC (permalink / raw
To: gentoo-commits
commit: 70d0288333d92f00de96cc7f51149c8a30a291c5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 09:54:50 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 09:58:13 2022 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=70d02883
ci: use deploy using github actions instead of branch
Using a branch is broken when using the mirroring. So use straight
deployment using github actions.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/doc.yml | 33 ++++++++++++++++++++++++++-------
1 file changed, 26 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index e992abe..4c84bf8 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -3,9 +3,19 @@ name: doc
on:
push:
branches: [main]
+ workflow_dispatch:
+
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
+concurrency:
+ group: "pages"
+ cancel-in-progress: true
jobs:
- build-and-deploy:
+ build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
@@ -27,10 +37,19 @@ jobs:
# notify github this isn't a jekyll site
touch build/sphinx/html/.nojekyll
- - name: Deploy docs to gh-pages
- uses: JamesIves/github-pages-deploy-action@v4
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v1
with:
- token: ${{ secrets.GITHUB_TOKEN }}
- branch: gh-pages
- folder: build/sphinx/html
- single-commit: true
+ path: build/sphinx/html
+
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ needs: build
+
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/
@ 2023-03-04 14:55 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-03-04 14:55 UTC (permalink / raw
To: gentoo-commits
commit: 3fb45c6f4dc86b77bdeef27a70dc10dc7911f704
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 14:54:57 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 14:54:57 2023 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=3fb45c6f
ci: add black format check
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/test.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0102337..9f838be 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -84,3 +84,10 @@ jobs:
- name: Run linting tools
run: |
pylint --exit-zero src/pkgdev
+
+ format:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v3
+ - uses: psf/black@stable
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/
@ 2023-04-22 17:03 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-04-22 17:03 UTC (permalink / raw
To: gentoo-commits
commit: cb9b372c0657cbdd7fe6c466fd385910b85d916f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 17:03:46 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 17:03:46 2023 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=cb9b372c
ci: use new PyPI OIDC publish
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/release.yml | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f24e520..642708f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -9,6 +9,13 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
+ environment: release
+
+ permissions:
+ id-token: write # Used to authenticate to PyPI via OIDC
+
+ contents: write # Used to authenticate github release publish
+
steps:
- name: Checkout code
uses: actions/checkout@v2
@@ -42,18 +49,14 @@ jobs:
sha512sum dist/*
tar -ztf dist/*.tar.gz | sort
- - name: Install twine and check files
- run: |
- pip install twine wheel-inspect
- twine check dist/*
- wheel2json dist/*.whl
+ - uses: actions/upload-artifact@v3
+ with:
+ name: results
+ path: dist/*
- - name: Upload to PyPI
- env:
- TWINE_USERNAME: __token__
- TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
+ - name: publish
+ uses: pypa/gh-action-pypi-publish@release/v1
if: startsWith(github.ref, 'refs/tags/')
- run: twine upload dist/*
- name: Create GitHub release
uses: softprops/action-gh-release@v1
@@ -61,3 +64,4 @@ jobs:
with:
files: dist/*.tar.gz
fail_on_unmatched_files: true
+ draft: true
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/
@ 2023-06-23 5:20 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-06-23 5:20 UTC (permalink / raw
To: gentoo-commits
commit: 9e8b9c898e2ea71524dc25fc646555fc7d7d2999
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 05:19:59 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 05:19:59 2023 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=9e8b9c89
ci: add pytest-github-actions-annotate-failures for test
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9f838be..bb4348a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -51,7 +51,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install ".[test]"
+ pip install ".[test]" pytest-github-actions-annotate-failures
- name: Test with pytest
env:
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/
@ 2024-01-23 20:50 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-01-23 20:50 UTC (permalink / raw
To: gentoo-commits
commit: eaa00a35dec195d69d0c01501f922c68585bda85
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 04:07:23 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 20:50:50 2024 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=eaa00a35
CI: add Python 3.12
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/test.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 36e079b..4ea9c03 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,9 +16,9 @@ jobs:
python-version: ['3.10', '3.11']
experimental: [false]
include:
- # - os: ubuntu-latest
- # python-version: '3.11.0-beta - 3.11'
- # experimental: true
+ - os: ubuntu-latest
+ python-version: '3.12-dev'
+ experimental: true
- os: macos-latest
python-version: '3.11'
experimental: false
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/
@ 2024-01-23 20:50 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-01-23 20:50 UTC (permalink / raw
To: gentoo-commits
commit: e12cce9b8e8648fbfe2cedd2249243c96637997f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 04:15:03 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 20:50:50 2024 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=e12cce9b
CI: test Python 3.13, promote Python 3.12 to non-exp
Signed-off-by: Sam James <sam <AT> gentoo.org>
Closes: https://github.com/pkgcore/pkgdev/pull/126
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4ea9c03..c9b48a3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,11 +13,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- python-version: ['3.10', '3.11']
+ python-version: ['3.10', '3.11', '3.12']
experimental: [false]
include:
- os: ubuntu-latest
- python-version: '3.12-dev'
+ python-version: '3.13-dev'
experimental: true
- os: macos-latest
python-version: '3.11'
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/
@ 2024-01-26 20:22 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-01-26 20:22 UTC (permalink / raw
To: gentoo-commits
commit: 992da6c9f5a9e943aebd894cac2935f1993f3d0f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 20:22:20 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 20:22:20 2024 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=992da6c9
ci: bump dependencies
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/doc.yml | 12 ++++++------
.github/workflows/release.yml | 6 +++---
.github/workflows/test.yml | 13 ++++++-------
3 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 2536351..2b22257 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -19,12 +19,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- - name: Set up Python 3.10
- uses: actions/setup-python@v4
+ - name: Set up Python 3.11
+ uses: actions/setup-python@v5
with:
- python-version: '3.10'
+ python-version: '3.11'
- name: Install dependencies
run: |
@@ -38,7 +38,7 @@ jobs:
touch build/sphinx/html/.nojekyll
- name: Upload artifact
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
with:
path: build/sphinx/html
@@ -52,4 +52,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 642708f..17f5720 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -18,10 +18,10 @@ jobs:
steps:
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Set up Python 3.10
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: "3.10"
@@ -49,7 +49,7 @@ jobs:
sha512sum dist/*
tar -ztf dist/*.tar.gz | sort
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
with:
name: results
path: dist/*
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c9b48a3..33e01f5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -26,10 +26,10 @@ jobs:
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
@@ -69,10 +69,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set up Python 3
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.x'
@@ -82,12 +82,11 @@ jobs:
pip install . pylint
- name: Run linting tools
- run: |
- pylint --exit-zero src/pkgdev
+ run: pylint --exit-zero src/pkgdev
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- uses: psf/black@stable
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/
@ 2024-05-19 16:04 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-05-19 16:04 UTC (permalink / raw
To: gentoo-commits
commit: b31705929103266a4b35da48fdfb8fd66f4d4537
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 18:35:01 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 18 18:35:13 2024 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=b3170592
ci: testing on macos is experimental
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 33e01f5..7565226 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
experimental: true
- os: macos-latest
python-version: '3.11'
- experimental: false
+ experimental: true
fail-fast: false
steps:
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-05-19 16:04 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26 20:22 [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-05-19 16:04 Arthur Zamarin
2024-01-23 20:50 Arthur Zamarin
2024-01-23 20:50 Arthur Zamarin
2023-06-23 5:20 Arthur Zamarin
2023-04-22 17:03 Arthur Zamarin
2023-03-04 14:55 Arthur Zamarin
2022-10-04 9:58 Arthur Zamarin
2022-10-04 9:57 Arthur Zamarin
2022-10-04 9:57 Arthur Zamarin
2022-10-04 9:56 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox