Skip to content

Commit 7b59712

Browse files
committed
Refactor nightly PyPI publish workflow name
Summary: This commit simplifies the name of the nightly PyPI publish workflow by removing the reference to the API token. The workflow will now be referred to simply as "Nightly PyPI Publish". Changes: - Updated the workflow name in `.github/workflows/nightly-pypi.yml`. This change enhances clarity and aligns with the recent modifications to the publishing conditions.
1 parent 21437db commit 7b59712

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nightly-pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: Nightly PyPI Publish (API Token)
2-
1+
name: Nightly PyPI Publish
32
on:
43
schedule:
54
- cron: "8 7 * * *" # 07:08 UTC daily

0 commit comments

Comments
 (0)