Skip to content

Commit 3264aa6

Browse files
authored
Merge pull request #401 from duckinator/trusted-publishing5
Trusted publishing, attempt 5
2 parents d2b5723 + 9ad00a5 commit 3264aa6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bork/trusted_publishing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class GithubTrustedPublishing(TrustedPublishingProvider):
6666
@staticmethod
6767
def detected():
6868
"""Are we running on GitHub CI?"""
69-
return bool(os.environ["GITHUB_CI"])
69+
return bool(os.environ.get("GITHUB_CI"))
7070

7171
def get_ambient_credential(self):
7272
token = os.environ("ACTIONS_ID_TOKEN_REQUEST_TOKEN")

bork/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file should only ever be modified to change the version.
22
# This will automatically prepare and create a release.
33

4-
__version__ = '11.0.0b4'
4+
__version__ = '11.0.0b5'

0 commit comments

Comments
 (0)