mirror of
https://github.com/tanrax/RSSingle.git
synced 2025-03-03 03:35:46 +01:00
Compare commits
4 Commits
840dec134b
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
63e71bc075 | |||
fe49baf040 | |||
4434603b33 | |||
67c1342ce1 |
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -9,9 +9,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.8", "3.9", "3.10"]
|
python-version: ["3.8", "3.9", "3.10"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@ -39,9 +39,9 @@ jobs:
|
|||||||
name: Builder for Python all-in-one executables, published on a release.
|
name: Builder for Python all-in-one executables, published on a release.
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.8
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.8"
|
python-version: "3.8"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
3
.github/workflows/container.yml
vendored
3
.github/workflows/container.yml
vendored
@ -11,9 +11,10 @@ jobs:
|
|||||||
name: Build and push container image to Docker Hub and GHCR.io
|
name: Build and push container image to Docker Hub and GHCR.io
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'tanrax/RSSingle' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'tanrax/RSSingle' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build container image
|
- name: Build container image
|
||||||
id: build
|
id: build
|
||||||
|
@ -4,4 +4,4 @@ listparser==0.20
|
|||||||
lxml==5.2.2
|
lxml==5.2.2
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
pyyaml==6.0.1
|
pyyaml==6.0.1
|
||||||
pyinstaller==6.8.0
|
pyinstaller==6.9.0
|
Reference in New Issue
Block a user