From afe791106b7453efe9c2065caad93f349127fa41 Mon Sep 17 00:00:00 2001 From: CS Goh Date: Sat, 27 May 2023 21:18:57 +1200 Subject: [PATCH] Initial Version --- 1. build-dist.bat | 1 + 2. test-dist.bat | 1 + 3. deploy-dist.bat | 1 + 3 files changed, 3 insertions(+) create mode 100644 1. build-dist.bat create mode 100644 2. test-dist.bat create mode 100644 3. deploy-dist.bat diff --git a/1. build-dist.bat b/1. build-dist.bat new file mode 100644 index 0000000..0aacb31 --- /dev/null +++ b/1. build-dist.bat @@ -0,0 +1 @@ +py -m build \ No newline at end of file diff --git a/2. test-dist.bat b/2. test-dist.bat new file mode 100644 index 0000000..601c6d5 --- /dev/null +++ b/2. test-dist.bat @@ -0,0 +1 @@ +twine check dist/* \ No newline at end of file diff --git a/3. deploy-dist.bat b/3. deploy-dist.bat new file mode 100644 index 0000000..69f0a56 --- /dev/null +++ b/3. deploy-dist.bat @@ -0,0 +1 @@ +py -m twine upload dist/* \ No newline at end of file