-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Clean up pyproject.toml and build pipeline
#5540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
emilykl
wants to merge
20
commits into
main
Choose a base branch
from
simplify-build-system
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+303
−203
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
1c6204e
migrate build system to hatchling from setuptools
emilykl 77aeae4
remove unused keys from install.json
emilykl ef2359e
update version in js/package.json to match plotly.py version
emilykl 0cfdc0d
add instruction to update js/package.json version when bumping plotly…
emilykl 09d817a
update js build artifact
emilykl 18c6b75
remove jupyter from dev_optional since we already have jupyterlab und…
emilykl 3adab20
update uv lockfile
emilykl a650b15
install jupyterlab instead of jupyter
emilykl 4e06ef0
print more debug info for jupyter labextension build
emilykl 796a9b3
add CI step to check that versions match
emilykl 0352c8a
fix issue introduced in check-js-build.yml
emilykl 6a70d14
add webpack config for consistent builds across platforms
emilykl ed73ee3
remove some flags used for debugging
emilykl 7c5c884
update package-lock.json to match package version in package.json
emilykl 1a13239
try simplified check-js-build step
emilykl a98060d
add back readme key in metadata
emilykl 754dfe7
change line endings from CRLF to LF
emilykl 482a979
add bumpversion script in commands.py for updating version numbers
emilykl 9717f12
better error handling: print failure message and exit 1 if version bu…
emilykl ac9e496
add documentation for commands.py to CONTRIBUTING.md
emilykl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| cff-version: 1.2.0 | ||
| message: "If you use this software, please cite it as below." | ||
| authors: | ||
| - family-names: "Kruchten" | ||
| given-names: "Nicolas" | ||
| orcid: https://orcid.org/0000-0002-8416-789X | ||
| - family-names: "Seier" | ||
| given-names: "Andrew" | ||
| - family-names: "Parmer" | ||
| given-names: "Chris" | ||
| title: "An interactive, open-source, and browser-based graphing library for Python" | ||
| version: 6.6.0 | ||
| doi: 10.5281/zenodo.14503524 | ||
| date-released: 2026-03-02 | ||
| url: "https://github.com/plotly/plotly.py" | ||
| cff-version: 1.2.0 | ||
| message: "If you use this software, please cite it as below." | ||
| authors: | ||
| - family-names: "Kruchten" | ||
| given-names: "Nicolas" | ||
| orcid: https://orcid.org/0000-0002-8416-789X | ||
| - family-names: "Seier" | ||
| given-names: "Andrew" | ||
| - family-names: "Parmer" | ||
| given-names: "Chris" | ||
| title: "An interactive, open-source, and browser-based graphing library for Python" | ||
| version: 6.6.0 | ||
| doi: 10.5281/zenodo.14503524 | ||
| date-released: 2026-03-02 | ||
| url: "https://github.com/plotly/plotly.py" |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.