File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - name : " Upload binaries to release"
4949 run : " gh release upload ${{ github.ref_name }} dist/*.{tar.gz,whl}"
5050 env :
51- GH_TOKEN : " ${{ secrets.NTC_GITHUB_TOKEN }}"
51+ GH_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
5252
5353 publish-pypi :
5454 name : " Push Package to PyPI"
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ This document describes all new features and changes in the release. The format
66
77- Added OS upgrade support for Junos devices.
88
9+ <!-- towncrier release notes start -->
10+ ## [ v2.2.1 (2026-04-08)] ( https://github.com/networktocode/pyntc/releases/tag/v2.2.1 )
11+
12+ ### Added
13+
14+ - [ #360 ] ( https://github.com/networktocode/pyntc/issues/360 ) - Added support for Python 3.14.
15+
16+ ### Fixed
17+
18+ - [ #354 ] ( https://github.com/networktocode/pyntc/issues/354 ) - Fixed Github release publishing failing.
19+
920## [ v2.2.0 (2026-03-09)] ( https://github.com/networktocode/pyntc/releases/tag/v2.2.0 )
1021
1122### Added
You can’t perform that action at this time.
0 commit comments