Commit 21437db
committed
Update nightly PyPI publish workflow condition
Summary:
This commit modifies the condition for publishing to PyPI in the nightly workflow. The check for a non-empty `PYPI_API_TOKEN` has been removed, allowing the publish step to execute regardless of the token's presence.
Changes:
- Updated the conditional statement in `.github/workflows/nightly-pypi.yml` for the PyPI publish step.
This change simplifies the publishing process and ensures that the workflow runs as scheduled.1 parent c816e52 commit 21437db
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments