Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "Upload binaries to release"
run: "gh release upload ${{ github.ref_name }} dist/*.{tar.gz,whl}"
env:
GH_TOKEN: "${{ secrets.NTC_GITHUB_TOKEN }}"
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

publish-pypi:
name: "Push Package to PyPI"
Expand Down
11 changes: 11 additions & 0 deletions docs/admin/release_notes/version_2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ This document describes all new features and changes in the release. The format

- Added OS upgrade support for Junos devices.

<!-- towncrier release notes start -->
## [v2.2.1 (2026-04-08)](https://github.com/networktocode/pyntc/releases/tag/v2.2.1)

### Added

- [#360](https://github.com/networktocode/pyntc/issues/360) - Added support for Python 3.14.

### Fixed

- [#354](https://github.com/networktocode/pyntc/issues/354) - Fixed Github release publishing failing.

## [v2.2.0 (2026-03-09)](https://github.com/networktocode/pyntc/releases/tag/v2.2.0)

### Added
Expand Down
Loading
Loading