-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set nightly build project.name in pyproject.toml
Closes #1379 It seems that python -m build . ignores the project name from the setuptools.setup function when running setup.py. This commit moves the dynamic project name from setup.py to the nightly.yml workflow, using the dasel command-line tool to modify project.name in pyproject.toml. I also add a workflow_dispatch trigger to nightly.yml for testing.
- Loading branch information
1 parent
baa6b7f
commit 0b6b8df
Showing
2 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters