autopub 1.0.0a35__tar.gz → 1.0.0a36__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autopub
3
- Version: 1.0.0a35
3
+ Version: 1.0.0a36
4
4
  Summary: Automatic package release upon pull request merge
5
5
  Home-page: https://github.com/autopub/autopub
6
6
  Author: Justin Mayer
@@ -364,8 +364,9 @@ class GithubPlugin(AutopubPlugin):
364
364
  message += f"\n\nReviewers: {', '.join(reviewers)}"
365
365
 
366
366
  if sponsors["sponsors"]:
367
- sponsors = [f"@{sponsor}" for sponsor in sponsors["sponsors"]]
368
- message += f"\n\nThanks to {', '.join(sponsors)}"
367
+ public_sponsors = [f"@{sponsor}" for sponsor in sponsors["sponsors"]]
368
+ message += f"\n\nThanks to {', '.join(public_sponsors)}"
369
+
369
370
  if sponsors["private_sponsors"]:
370
371
  message += f" and the {sponsors['private_sponsors']} private sponsor(s)"
371
372
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  requires-python = ">=3.9.0,<4.0"
3
- version = "1.0.0-alpha.35"
3
+ version = "1.0.0-alpha.36"
4
4
  name = "autopub"
5
5
  description = "Automatic package release upon pull request merge"
6
6
  authors = [
@@ -25,7 +25,7 @@ classifiers = [
25
25
  repository = "https://github.com/autopub/autopub"
26
26
  include = ["autopub/py.typed"]
27
27
  name = "autopub"
28
- version = "1.0.0-alpha.35"
28
+ version = "1.0.0-alpha.36"
29
29
  description = "Automatic package release upon pull request merge"
30
30
  authors = [
31
31
  "Justin Mayer <entroP@gmail.com>",
File without changes
File without changes
File without changes