File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414
1515 - name : Setup Python
16- uses : twh2898 /reusable-workflows/setup_python@main
16+ uses : automas-dev /reusable-workflows/setup_python@main
1717 with :
1818 python-version : " 3.12"
1919 poetry-version : " 1.8.5"
@@ -41,11 +41,11 @@ jobs:
4141 - uses : actions/checkout@v4
4242
4343 - name : Increment Version
44- uses : twh2898 /reusable-workflows/increment_version@main
44+ uses : automas-dev /reusable-workflows/increment_version@main
4545 id : version
4646
4747 - name : Setup Python
48- uses : twh2898 /reusable-workflows/setup_python@main
48+ uses : automas-dev /reusable-workflows/setup_python@main
4949 with :
5050 python-version : " 3.12"
5151 poetry-version : " 1.8.5"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ description = "Capture code in a picture"
55authors = [
" Thomas Harrison <[email protected] >" ]
66readme = " README.md"
77license = " MIT"
8- homepage = " https://github.com/twh2898 /codepic"
9- repository = " https://github.com/twh2898 /codepic"
8+ homepage = " https://github.com/automas-dev /codepic"
9+ repository = " https://github.com/automas-dev /codepic"
1010classifiers = [
1111 " Programming Language :: Python :: 3" ,
1212 " Operating System :: POSIX :: Linux" ,
You can’t perform that action at this time.
0 commit comments