Skip to content

Commit b5a347a

Browse files
authored
Merge branch 'master' into fix-pydict-getitem-exception-swallowing
2 parents d71e38c + 0a5dd6d commit b5a347a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
&& matrix.python-version == '3.14'
264264
uses: actions/upload-artifact@v7
265265
with:
266-
name: zope.interface-${{ github.ref_name }}.tar.gz
266+
name: zope.interface.tar.gz
267267
path: dist/*gz
268268

269269
test:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "zope.interface"
12-
version = "8.5.dev0"
12+
version = "8.4.1.a3"
1313
description = "Interfaces for Python"
1414
keywords = ["interface", "components", "plugins"]
1515
dynamic = ["readme"]

0 commit comments

Comments
 (0)