File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Deploy Docs to GitHub Pages
1+ name : Trigger Docs Deployment to GitHub Pages
22on :
33 push :
44 branches : [ main ] # Trigger on main branch updates
5- paths : [ 'web/**' ] # Only if files in 'web/' change
65
76jobs :
87 deploy :
1312 uses : JamesIves/github-pages-deploy-action@v4
1413 with :
1514 branch : main # Branch in UniversalPython.github.io repo
16- folder : web # Folder to deploy
1715 repository : UniversalPython/UniversalPython.github.io
1816 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Install UniversalPython with pip:
4444pip install universalpython
4545```
4646
47- See more details about the package on [ PyPi ] ( https://pypi.org/project/universalpython/ ) .
47+ See more details about the package on [ PyPI ] ( https://pypi.org/project/universalpython/ ) .
4848
4949### Online Playground
5050
Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " universalpython"
7- version = " 0.1.4 "
7+ version = " 0.1.5 "
88authors = [
99 {name = " Saad Bazaz" , email = " saadbazaz@hotmail.com" },
1010]
11- description = " Universal Python - Write Python in your native language"
11+ description = " UniversalPython - Write Python in your native language"
1212readme = " README.md"
1313requires-python = " >=3.7"
14- license = {text = " MIT" }
1514classifiers = [
1615 " Development Status :: 4 - Beta" ,
1716 " Intended Audience :: Developers" ,
@@ -30,7 +29,7 @@ dependencies = [
3029]
3130
3231[project .urls ]
33- Homepage = " https://github.com/UniversalPython/UniversalPython "
32+ Homepage = " https://universalpython. github.io "
3433Repository = " https://github.com/UniversalPython/UniversalPython"
3534Issues = " https://github.com/UniversalPython/UniversalPython/issues"
3635
@@ -40,7 +39,7 @@ Issues = "https://github.com/UniversalPython/UniversalPython/issues"
4039packages = [" universalpython" ]
4140
4241[tool .setuptools .package-data ]
43- universalpython = [" samples/*/* " , " languages/*/*.yaml " ]
42+ universalpython = [" languages/**/*.yaml " , " modes/*.py " ]
4443
4544[project .scripts ]
4645universalpython = " universalpython.universalpython:main"
You can’t perform that action at this time.
0 commit comments