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

cd: publish releases to PyPI with GA #593

Merged
merged 1 commit into from
Feb 2, 2022

Conversation

juarezr
Copy link
Member

@juarezr juarezr commented Feb 2, 2022

This PR has the objective of fixing the release to PyPI

Changes

  1. Added new workflow using Github Actions
  2. The workflow will be triggered when publishing a new release on Github
  3. This assumes that:
  4. The master branch has no issues and builds with no error
  5. Testing and review of changes already happened using pull requests
  6. Changes are documented in docs/changes.rst
  7. There is a summary of the changes in the release description
  8. Only release to PyPI is tackled in this PR
  9. Conda-Forge and readthedocs.org will be fixed further
  10. Testing on PR does not apply. This workflow will be tested with the release v1.7.6

Checklist

Checklist for pull requests including new code and/or changes to existing code...

  • Code
    • Includes unit tests
    • New functions have docstrings with examples that can be run with doctest
    • New functions are included in API docs
    • Docstrings include notes for any changes to API or behaviour
    • All changes documented in docs/changes.rst
  • Testing
    • Tested local against remote servers
    • Github Actions CI passes (unit tests run under Linux)
    • AppVeyor CI passes (unit tests run under Windows)
    • Unit test coverage has not decreased (see Coveralls)
  • Changes
    • (Optional) Just a proof of concept
    • (Optional) Work in progress
    • Ready to review
    • Ready to merge

@juarezr juarezr added Maintainability Issues for code modernization, improve development, testing Build CI CD Issues affecting github pypi readthedocs coveralls conda-forge labels Feb 2, 2022
@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.759% when pulling a014a8a on juarezr:pypi-release-action into 4631647 on petl-developers:master.

@juarezr juarezr merged commit 552808d into petl-developers:master Feb 2, 2022
@juarezr juarezr deleted the pypi-release-action branch February 2, 2022 06:21
@juarezr juarezr modified the milestones: v2.0, v1.7.7 Feb 2, 2022
@juarezr juarezr linked an issue Feb 2, 2022 that may be closed by this pull request
@juarezr juarezr mentioned this pull request Feb 2, 2022
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build CI CD Issues affecting github pypi readthedocs coveralls conda-forge Maintainability Issues for code modernization, improve development, testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI/CD Improvements, ToDos, and Wishlist
2 participants