Skip to content
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

Automate generation of build files #291

Merged
merged 4 commits into from
Apr 23, 2024
Merged

Automate generation of build files #291

merged 4 commits into from
Apr 23, 2024

Conversation

ndrezn
Copy link
Member

@ndrezn ndrezn commented Apr 23, 2024

With this PR, when a new tag v* is pushed, a draft release will be created with the build files automatically attached.

Then, someone from the Plotly team should publish that draft release and upload the files to PyPI using Twine.

@ndrezn ndrezn changed the base branch from main to use-gha April 23, 2024 14:56
@ndrezn ndrezn requested a review from BSd3v April 23, 2024 14:56
node-version: "v18.16.0"
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this match the python-version in the AG Grid tests?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tests run on 3.8-3.12 inclusive: Because of this we expect a consistent build on any version and can increment this with some regular cadence.

@ndrezn ndrezn requested a review from alexcjohnson April 23, 2024 15:05
@ndrezn
Copy link
Member Author

ndrezn commented Apr 23, 2024

@alexcjohnson if you're curious about implementation of the release process we chatted about.

Copy link
Collaborator

@BSd3v BSd3v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃

As long as it works. 👍

Base automatically changed from use-gha to main April 23, 2024 18:09
@ndrezn ndrezn merged commit 295cc40 into main Apr 23, 2024
@ndrezn ndrezn deleted the automate-release branch April 23, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants