aboutsummaryrefslogtreecommitdiffstats
path: root/static-builds
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2023-08-02 11:06:02 +0200
committerGravatar GitHub <[email protected]>2023-08-02 10:06:02 +0100
commit45855fe2e3906614490f3577cb50e530423c35b7 (patch)
tree35842a837d4d4779a0ecb571acd0e33abffe1be4 /static-builds
parentMerge pull request #1054 from python-discord/soft-fail-on-403-in-tags (diff)
Capitalize Python outside of tags (#1046)
Related to #1044. Co-authored-by: Xithrius <[email protected]>
Diffstat (limited to 'static-builds')
-rw-r--r--static-builds/README.md2
-rw-r--r--static-builds/netlify_build.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/static-builds/README.md b/static-builds/README.md
index a3c7962b..afd34bb0 100644
--- a/static-builds/README.md
+++ b/static-builds/README.md
@@ -42,7 +42,7 @@ Publish Directory:
| Name | Value | Description |
|----------------|--------------------------------|-------------------------------------------------------------------------------------------|
-| PYTHON_VERSION | 3.8 | The python version. Supported options are defined by netlify [here][netlify build image]. |
+| PYTHON_VERSION | 3.8 | The Python version. Supported options are defined by netlify [here][netlify build image]. |
| API_URL | https://pythondiscord.com/ | The link to the API, which will be used to fetch the build artifacts. |
| ACTION_NAME | Build & Publish Static Preview | The name of the workflow which will be used to find the artifact. |
| ARTIFACT_NAME | static-build | The name of the artifact to download. |
diff --git a/static-builds/netlify_build.py b/static-builds/netlify_build.py
index 2d311a11..4d4a613d 100644
--- a/static-builds/netlify_build.py
+++ b/static-builds/netlify_build.py
@@ -1,6 +1,6 @@
"""Build script to deploy project on netlify."""
-# WARNING: This file must remain compatible with python 3.8
+# WARNING: This file must remain compatible with Python 3.8
# This script performs all the actions required to build and deploy our project on netlify
# It depends on the following packages, which are set in the netlify UI: