-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix release to PyPI after
raw
rst directive disabled
As seen in https://github.com/astronomer/astronomer-cosmos/actions/runs/11485503895/job/31965756381 We started facing the following error while trying to publish packages to PyPI: ``` ERROR `long_description` has syntax errors in markup and would not be rendered on PyPI. line 88: Warning: "raw" directive disabled. Checking dist/astronomer_cosmos-1.7.1a1.tar.gz: FAILED ``` I was able to reproduce the Github action error by running: ``` rm -fr dist && python -m build --wheel && twine check dist/* ``` This PR aims to solve the issue, hopefully without side-effects on Scarf metrics.
- Loading branch information
Showing
4 changed files
with
14 additions
and
4 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
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