Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058c02e commit 445753aCopy full SHA for 445753a
2 files changed
.github/workflows/publish.yml
@@ -31,6 +31,6 @@ jobs:
31
.
32
- name: Publish distribution to PyPI
33
if: startsWith(github.ref, 'refs/tags')
34
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
35
with:
36
password: ${{ secrets.PYPI_API_TOKEN }}
README.rst
@@ -100,6 +100,10 @@ call ``resolver.get_fully_qualified_name('collections.Set')`` to retrieve the
100
Changelog
101
---------
102
103
+Version 2.8.1 (July 15, 2025)
104
+
105
+- Fix package publishing pipeline
106
107
Version 2.8.0 (July 15, 2025)
108
109
- Update bundled typeshed
0 commit comments