File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77env :
88 REGISTRY : ghcr.io
9- IMAGE_NAME : pof
9+ IMAGE_NAME : ${{ github.repository }}
1010
1111permissions :
1212 contents : read
Original file line number Diff line number Diff line change 77
88env :
99 REGISTRY : ghcr.io
10- IMAGE_NAME : pof -server
10+ IMAGE_NAME : ${{ github.repository }} -server
1111
1212permissions :
1313 contents : read
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " python-obfuscation-framework"
7- version = " 1.9.0 "
7+ version = " 1.9.1 "
88description = " Python Obfuscation Framework"
99readme = " README.md"
1010requires-python = " >=3.5"
Original file line number Diff line number Diff line change 11[project ]
22name = " python-obfuscation-framework-server"
3- version = " 2.4.1 "
3+ version = " 2.4.2 "
44description = " Python Obfuscation Framework"
55readme = " README.md"
66requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments