chore(docs): update files for release 4.1.4 (#34890)

Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
This commit is contained in:
Joe Li
2025-08-28 12:58:53 -07:00
committed by GitHub
parent bcf156c969
commit 1d9e17df14
3 changed files with 43 additions and 0 deletions

View File

@@ -469,6 +469,10 @@ an account first if you don't have one, and reference your username
while requesting access to push packages.
```bash
# Run this first to make sure you are uploading the right version.
# Pypi does not allow you to delete or retract once uplaoded.
twine check dist/*
twine upload dist/*
```
@@ -518,6 +522,8 @@ takes the version (ie `3.1.1`), the git reference (any SHA, tag or branch
reference), and whether to force the `latest` Docker tag on the
generated images.
**NOTE:** If the docker image isn't built, you'll need to run this [GH action](https://github.com/apache/superset/actions/workflows/tag-release.yml) where you provide it the tag sha.
### Npm Release
You might want to publish the latest @superset-ui release to npm