File tree Expand file tree Collapse file tree 3 files changed +1
-26
lines changed
Expand file tree Collapse file tree 3 files changed +1
-26
lines changed Original file line number Diff line number Diff line change 1414 "project_with_config_settings" : " no" ,
1515 "generate_docs" : " yes" ,
1616 "version" : " 2.2.0" ,
17- "original_publish_year" : " 2025 " ,
17+ "original_publish_year" : " 2020 " ,
1818 "_drift_manager" : {
1919 "template" : " https://github.com/networktocode-llc/cookiecutter-ntc.git" ,
2020 "template_dir" : " python" ,
2323 "pull_request_strategy" : " update-or-create" ,
2424 "post_actions" : [],
2525 "draft" : false ,
26- <<<<<<< HEAD
27- "baked_commit_ref" : " bc789d65fa90182c0eb392664e1cba02ea187ab1" ,
28- =======
2926 "baked_commit_ref" : " 67d15ddeb638efb7c39ab746e97e7b9c96c16801" ,
30- >>>>>>> 4a41aa1 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool)
3127 "drift_managed_branch" : " develop"
3228 }
3329 }
Original file line number Diff line number Diff line change 1717 poetry-version : " 2.1.3"
1818 python-version : " 3.13"
1919 poetry-install-options : " --no-root"
20- <<<<<<< HEAD
21- - name : " Build Documentation"
22- run : " poetry run invoke build build-and-check-docs"
23- =======
24- >>>>>>> 4a41aa1 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool)
2520 - name : " Run Poetry Build"
2621 run : " poetry build"
27-
2822 - name : " Check that the release tag matches the version in pyproject.toml"
2923 run : |
3024 if [ "${{ github.ref_name }}" != "v$(poetry version -s)" ]; then exit 1; fi
@@ -61,31 +55,20 @@ jobs:
6155 if : " startsWith(github.ref, 'refs/tags/v')"
6256 needs : " build"
6357 environment : " pypi"
64- <<<<<<< HEAD
65- =======
6658 # Steps to publish to PyPI.
67- >>>>>>> 4a41aa1 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool)
6859 steps :
6960 - name : " Retrieve built package from cache"
7061 uses : " actions/download-artifact@v4"
7162 with :
7263 name : " distfiles"
7364 path : " dist/"
74- <<<<<<< HEAD
75- - name : " Publish package distribution to PyPI"
76- uses : " pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0
77- with :
78- user : " __token__"
79- password : " ${{ secrets.PYPI_API_TOKEN }}"
80- =======
8165 - name : " Publish package distributions to PyPI"
8266 uses : " pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0
8367 # # Used for networktocode org since trusted publisher isn't supported for GitHub Plan.
8468 with :
8569 user : " __token__"
8670 password : " ${{ secrets.PYPI_API_TOKEN }}"
8771 # End publish to PyPI job.
88- >>>>>>> 4a41aa1 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool)
8972
9073 slack-notify :
9174 needs :
Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ This document describes all new features and changes in the release. The format
66
77Initial release of DiffSync.
88
9- <<<<<<< HEAD
109## [ v1.0.0] - 2020-10-23
11- =======
12- ## [ v1.0.0] - 2026-01-13
13- >>>>>>> 4a41aa1 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool)
1410
1511Initial release
You can’t perform that action at this time.
0 commit comments