Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 445753a

Browse files
Try again (#127)
1 parent 058c02e commit 445753a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
.
3232
- name: Publish distribution to PyPI
3333
if: startsWith(github.ref, 'refs/tags')
34-
uses: pypa/gh-action-pypi-publish@master
34+
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
3636
password: ${{ secrets.PYPI_API_TOKEN }}

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ call ``resolver.get_fully_qualified_name('collections.Set')`` to retrieve the
100100
Changelog
101101
---------
102102

103+
Version 2.8.1 (July 15, 2025)
104+
105+
- Fix package publishing pipeline
106+
103107
Version 2.8.0 (July 15, 2025)
104108

105109
- Update bundled typeshed

0 commit comments

Comments
 (0)