File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 93
93
sudo rm /tmp/python-build/bin/pip3.11
94
94
sudo rm /tmp/python-build/bin/2to3-3.11
95
95
96
+ cd /tmp
97
+ sudo tar -czf python-3.11.8-32-bit.tar.gz ./python-build
98
+
96
99
- name : Upload Python 3.11.8 (32-bit) artifact
97
100
uses : actions/upload-artifact@v4
98
101
with :
Original file line number Diff line number Diff line change 8
8
{
9
9
"path": "@semantic-release/github",
10
10
"assets": [
11
- "/home/runner /python-3.11.8-32-bit.tar.gz"
11
+ "/tmp /python-3.11.8-32-bit.tar.gz"
12
12
]
13
13
}
14
14
]
Original file line number Diff line number Diff line change 1
1
pkgname=python-i686-bin
2
2
pkgdesc=" Major release 3.11 of the Python high-level programming language (32-bit)"
3
3
pkgver=3.11.8
4
- pkgrel=3
4
+ pkgrel=4
5
5
arch=(' x86_64' )
6
6
url=" https://www.python.org/"
7
7
license=(' PSF-2.0' )
8
8
options=(' !debug' )
9
9
depends=(' glibc' ' zlib' ' bzip2' ' openssl' ' libffi' )
10
- source=(" https://github.com/shdwmtr/pybuilder/releases/download/v1.0.5 /python-3.11.8-32-bit.tar.gz" )
10
+ source=(" https://github.com/shdwmtr/pybuilder/releases/download/v1.0.6 /python-3.11.8-32-bit.tar.gz" )
11
11
sha256sums=(' 10af38d15eefc7ea55cc794444dfcf456e38f0f2883dc8e168ccc7d44555abfc' )
12
12
13
13
package () {
You can’t perform that action at this time.
0 commit comments