Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alfredodeza/python-cli-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ibsenmelo/python-cli-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 20, 2026

  1. Add GitHub Actions workflow for Python package with Conda

    This workflow builds a Python package using Conda, sets up Python 3.10, installs dependencies, lints the code with flake8, and runs tests with pytest.
    ibsenmelo authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    0cb3f18 View commit details
    Browse the repository at this point in the history
  2. Add GitHub Actions workflow for Python package publishing

    This workflow automates the process of uploading a Python package to PyPI when a release is created, including steps for building and publishing the package.
    ibsenmelo authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    2776414 View commit details
    Browse the repository at this point in the history
  3. alterado action

    ibsenmelo committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    96c89ac View commit details
    Browse the repository at this point in the history
  4. alterado action para push

    ibsenmelo committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    edec6cd View commit details
    Browse the repository at this point in the history
  5. alterado action alterado

    ibsenmelo committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    6d2be4b View commit details
    Browse the repository at this point in the history
  6. alterado action comentario

    ibsenmelo committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    106f207 View commit details
    Browse the repository at this point in the history
  7. flake8

    ibsenmelo committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    524f8c9 View commit details
    Browse the repository at this point in the history
  8. flake8 de novo

    ibsenmelo committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    98eed25 View commit details
    Browse the repository at this point in the history
  9. correcoes flake8

    ibsenmelo committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    d19356a View commit details
    Browse the repository at this point in the history
  10. correcoes flake8_v2

    ibsenmelo committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    401b7ec View commit details
    Browse the repository at this point in the history
  11. adicionado dispatch

    ibsenmelo committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    0a2511a View commit details
    Browse the repository at this point in the history
Loading