From 1472fd978d23c6569a4015e3b874ca2a668c9e2f Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 11:00:05 -0500 Subject: [PATCH 01/13] remove badges --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 86c47dc..f9d2ace 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Hatch Version Action Example -[![PyPI - Version](https://img.shields.io/pypi/v/hatch-version-action-example.svg)](https://pypi.org/project/hatch-version-action-example) -[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hatch-version-action-example.svg)](https://pypi.org/project/hatch-version-action-example) + ----- From 4c2fd069898872aaf7ed6e52c143d1847d5016ed Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 11:01:20 -0500 Subject: [PATCH 02/13] run on all branches --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b483680..cb1c1af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,7 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the "main" branch push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + branches: [ "*" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From e2c7e739d572d8f40c845a26c03b0029db48131d Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 16:06:59 +0000 Subject: [PATCH 03/13] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.1?= =?UTF-8?q?.0.dev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index fe60eb5..fd2c7ed 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = '0.0.1' +__version__ = '0.1.0.dev0' From 7160ef5eae09a2defccc0cca5424a2ecd9fd1f94 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 12:32:24 -0500 Subject: [PATCH 04/13] only install hatch in action --- .github/workflows/main.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb1c1af..5e15102 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,10 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +env: + HATCH_INDEX_USER: __token__ + HATCH_INDEX_AUTH: ${{ secrets.pypi_token }} + # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" @@ -22,12 +26,4 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - - - name: Setup Python - uses: actions/setup-python@v4.2.0 - with: - python-version: '3.10' - - - run: pip install hatch - - uses: waylonwalker/hatch-version-action@v1 From e9573692fc0cf4cbd233ee837b4e180447644763 Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 17:33:13 +0000 Subject: [PATCH 05/13] =?UTF-8?q?Bump=20version:=200.1.0.dev0=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index fd2c7ed..f2980ed 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = '0.1.0.dev0' +__version__ = '0.1.0.dev1' From 3d90a6464919df95fa2cf1283e287afac713e323 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 12:35:12 -0500 Subject: [PATCH 06/13] rename --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e15102..8034278 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Use hatch-version-action # Controls when the workflow will run on: From 472f0e8660d18d0d9af202d8ed830e3eb80acdc7 Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 17:35:48 +0000 Subject: [PATCH 07/13] =?UTF-8?q?Bump=20version:=200.1.0.dev1=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index f2980ed..bd2aaf0 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = '0.1.0.dev1' +__version__ = '0.1.0.dev2' From 881417634c5a683a4e8ed10c01d01468aa3b581f Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 13:01:46 -0500 Subject: [PATCH 08/13] run --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f9d2ace..aebb2ef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Hatch Version Action Example - - ----- **Table of Contents** From 5ac8128c562bf80a7e0f816ece21cc9c4f933c23 Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 18:02:37 +0000 Subject: [PATCH 09/13] =?UTF-8?q?Bump=20version:=200.1.0.dev2=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index bd2aaf0..3df9694 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = '0.1.0.dev2' +__version__ = '0.1.0.dev3' From b721301da144e3c44ad73fe95479d1de155570e6 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 13:06:37 -0500 Subject: [PATCH 10/13] run --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aebb2ef..f9d2ace 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Hatch Version Action Example + + ----- **Table of Contents** From 52d82a1e66ff975f10cb62517485d467a10c3a01 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 13:08:29 -0500 Subject: [PATCH 11/13] run --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f9d2ace..12ff265 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Hatch Version Action Example - ----- **Table of Contents** From 6aa662c8463463ad20e0ec568e36d1e5c219a978 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 13:12:26 -0500 Subject: [PATCH 12/13] make a test file --- tests/test_me.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/test_me.py diff --git a/tests/test_me.py b/tests/test_me.py new file mode 100644 index 0000000..7adb7d4 --- /dev/null +++ b/tests/test_me.py @@ -0,0 +1,2 @@ +def test_me(): + assert True From 24bcf58b4253e3a70ecf9b44f5d82d1ea5b9e300 Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 18:13:17 +0000 Subject: [PATCH 13/13] =?UTF-8?q?Bump=20version:=200.1.0.dev3=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .coverage | Bin 0 -> 53248 bytes hatch_version_action_example/__about__.py | 2 +- tests/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 128 bytes .../test_me.cpython-310-pytest-7.1.2.pyc | Bin 0 -> 477 bytes 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .coverage create mode 100644 tests/__pycache__/__init__.cpython-310.pyc create mode 100644 tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc diff --git a/.coverage b/.coverage new file mode 100644 index 0000000000000000000000000000000000000000..c0b84accb427f4c7732968af6c7a79f49a6e2518 GIT binary patch literal 53248 zcmeI)U2EG`7zc34a_l%SJsl;OE`*$$)(ws0y6v{MqwBIY7iAqIZ5V^Hsj__%tF5`{FHhn{{`nK?}U_o2B^1`He zTbsyzqKWq=-x1}BPbVwm_b1j1ACG^QzgB3`1}qSO00bZafk>dcJdrORJgDFLAhc>N z75Y|P`SJ7Q>z9@mSC-_;;%gU|WV}uu8I!b>%W_fr-c8w7zFf6iO4@G2u3Mq)uF0^e z(%79qHTZ}}>*$!r5f`HL95U?&r3%#=WzqI+$MQGjb+tJkMM(A*s*NySL76Cf&E**K zNRoU``f64A%B`y)F2xbMF*i1M`@^w(@xTH7j*9AJ`E~jqAE*tj=vU>!DrHpn{05i4 z=38#Pse*ZF^=er6sGJ*NTwC9BDxoJ^wi{K`4eZeNT&Xrxy%Va&t`(eTv~(f7?X{u2 zu5yL0#wnA1ZPV!|-X&!cJxRPug>$`>wV#l8O^Ks2yB()S&ZQE1o`}Yt$>% zMsTA=AG}Pf6ME5mlN#Tw($mC8&yD7bv$Oi08&OAL9MK5IMkcBkC{q}Vfj4Jq?bgbl0Mbm#)YLa$Xd&*4feID#{`N7 z2+aj)wAGGV=b;jC9qQh?@~t(skZg^og{R$-sOwY=OUO@ ze$L&#l!=ObCm-oMH0krh7$`EY=@NBM(HcUI3Aj~>;#on#Eg(~B9rRxb@4!>e=HDy00bZa0SG_< z0uX=z1Rwwb2<$xpL(k}WKL5||`%)9ezCZSTO93npfB*y_009U<00Izz00bZafoE7? zB5TZu^iGEA^M)~Xg0JKsKX&|h`Pk|5v8t?|I#WGyruve|7}Le%I{1qVCl^k3-`BG< zx9#*6hAXAYnjJPfwMx@-RAr&%)vZ<~Xwq#?6}q>e-mEBhy|QlmVTaa7YsyJ>Wh=Us zsH`?Dr`=NJ`uSz^%@Zr99vQ1rv)xL2GgLuXnwO<=nXdeoebx5-@NB4jr|j54K=%Ol zH_~k}tM=O2_Ga7nuBm#s5PD9lxA|;TBr_?J85hY+iqwzA`wL3%j!~Ot#XU{j6Mu?d z#E;K#6QgJlfB*y_009U<00Izz00bZa0SNR2CX5+9{URhgYE0?;J%}-GOzX*40-14R zrjUNy!Pox{aYGZ|iO=Z;3j`nl0SG_<0uX=z1Rwwb2tWV=PeR}oBdc}w^cI7go_{@P z)2|!Fw+IZmYF{x;+qFZ}q#rmqlrgmBoynui`4xUP9YxU&>xOoDShQ`~@%4X0_?qy= z_u`8uQ9ks^hpRn00Izz00bZa0SG_<0uX?}o)$3Z7J*5={;!LFH2TK^0SG_<0uX=z1Rwwb z2tWV=5P-lQ6flg*0$=~v_V2;Up-K>d00bZa0SG_<0uX=z1Rwwb2=oN_`ajP9dmIQr z00Izz00bZa0SG_<0uX=z1oor=U;odEuQc(u_)YvQeh}Z#8!Qlj00bZa0SG_<0uX=z z1Rwwb2t1<#qqz~ipzE2fOn!ty1qzL3<5iihyuqPDW-FH&DbTj9oKCNLVT-T-=fqt; z|Nm9|B<_l@#rVVUFp{p! zY-M>R{bja{(Hx)s>+~G~1t{hgU;j76@0xfZ{-PHw5P$##AOHafKmY;|fB*y_009W> R1p&jLU;Q^S{KUWi|1Szh5^?|l literal 0 HcmV?d00001 diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index 3df9694..bf48ff9 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = '0.1.0.dev3' +__version__ = '0.1.0.dev4' diff --git a/tests/__pycache__/__init__.cpython-310.pyc b/tests/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b95f3a29f01c56007d8b8958bc309ad4f0c6a2eb GIT binary patch literal 128 zcmd1j<>g`k0@H5-$;CkWF^Gc<7=auIATDMB5-AM944RC7D;bJF!U*D*vVMAINk(as yetCXTc5y*sa;knwYH>-ietdjpUS>&ryk0@&Ee@O9{FKt1R6CI7VkRKL!T7fvBJmnP6FXxt#+F8_Yc>bF=*2tkvbzK@(5N3GrN6YT zl|Nu%sc)!Nmw@9E7NGX*OAYV1fE7l#4@=Yzad&|$e8m^? zT9U6-?cYB)L#2e&M<=J*{LEK@Ye&h{d)ZtIrCBIVjj3=Xq{yUcUgz6UI=+=Mm1dWX zQkjIBiCGqh<51I$?*v=)niay`f)s1#A0R7~^yj$q5b4LspfgS7lgh%O=vX(EBTGa( zn;S3pPXyZk+0S-SR%!U2sSYMltfR3q+tz8#4p@=8U3gQNwiHttX<=&XBjf#@Nh_L5 W=AkygqYG2LOj16H#nn1M3w{AcI((V{ literal 0 HcmV?d00001