Skip to content

Fix stale RELEASING.md (deploy.sh, not setup.py sdist upload)#55

Merged
iskandr merged 1 commit into
masterfrom
fix-releasing-docs
Jun 18, 2026
Merged

Fix stale RELEASING.md (deploy.sh, not setup.py sdist upload)#55
iskandr merged 1 commit into
masterfrom
fix-releasing-docs

Conversation

@iskandr

@iskandr iskandr commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

RELEASING.md was stale on every step:

  • referenced setup.py for the version bump — but the project moved to
    pyproject.toml; the version lives in datacache/version.py,
  • a pandoc/pypandoc step for "readme markdown on PyPI" that's no longer needed
    (PyPI renders the markdown README.md directly),
  • python setup.py sdist upload to publish — deprecated and rejected by PyPI.

Updated to the real process backed by the repo's deploy.sh:

  1. bump datacache/version.py in the release PR,
  2. merge to master,
  3. run ./deploy.sh from clean master (lint + test + build + twine upload).

Doc-only; no version bump (not a release).

…pload

The release steps referenced a deleted setup.py, an obsolete pandoc/pypandoc
readme step, and `python setup.py sdist upload` (deprecated; PyPI rejects it).
Update to the real process: bump datacache/version.py, then ./deploy.sh
(lint + test + build + twine upload).
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 27784211071

Coverage remained the same at 73.451%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 452
Covered Lines: 332
Line Coverage: 73.45%
Coverage Strength: 2.2 hits per line

💛 - Coveralls

1 similar comment
@coveralls

coveralls commented Jun 18, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 27784211071

Coverage remained the same at 73.451%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 452
Covered Lines: 332
Line Coverage: 73.45%
Coverage Strength: 2.2 hits per line

💛 - Coveralls

@iskandr iskandr merged commit 49bd258 into master Jun 18, 2026
6 checks passed
@iskandr iskandr deleted the fix-releasing-docs branch June 18, 2026 20: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