summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2022-06-12 19:59:49 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2022-06-12 20:05:04 +0100
commit6a10e8f3cdb0c9e67661e4d1bd99049a5c1bf786 (patch)
tree207104bbec6e5c58f999da3cb3c7fed8b333e1e8
parentb0dba97fec8dccdaa45f1112f84068cf7415a4ed (diff)
downloaddeluge-6a10e8f3cdb0c9e67661e4d1bd99049a5c1bf786.tar.gz
deluge-6a10e8f3cdb0c9e67661e4d1bd99049a5c1bf786.tar.bz2
deluge-6a10e8f3cdb0c9e67661e4d1bd99049a5c1bf786.zip
[Packaging] Bump Win dependencies
* Update Twisted and libtorrent to latest releases * Update to v3 github actions that now use node 16
-rw-r--r--.github/workflows/cd.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index bc018a5a8..b56faeff4 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -24,31 +24,31 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
- python: [3.9]
- libtorrent: [2.0.5, 1.2.15]
+ python: ["3.9"]
+ libtorrent: [2.0.6, 1.2.15]
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
# Checkout Deluge source to subdir to enable packaging any tag/commit
- name: Checkout Deluge source
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.ref }}
fetch-depth: 0
path: deluge_src
- name: Set up Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python}}
architecture: ${{ matrix.arch }}
- name: Cache pip
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: '%LOCALAPPDATA%\pip\Cache'
# Look to see if there is a cache hit for the corresponding requirements file
@@ -74,7 +74,7 @@ jobs:
python -m pip install --find-links="C:\GTK\release\python" pycairo PyGObject
python -m pip install
- twisted[tls]==22.2.0rc1
+ twisted[tls]==22.4.0
libtorrent==${{ matrix.libtorrent }}
pyinstaller
pygame