Skip to content

Conversation

@JacobCallahan
Copy link
Owner

Updating GitHub actions and potentially other areas of the project.

Copy link

CopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 4 changed files in this pull request and generated no suggestions.

Files not reviewed (1)
  • pyproject.toml.bak: Language not supported
Comments skipped due to low confidence (2)

.github/workflows/build_and_release.yml:42

  • [nitpick] Changing 'fail-fast' to 'true' might cause the build to stop on the first failure, potentially hiding other issues. Consider keeping it 'false' to ensure all issues are caught.
fail-fast: true 

.github/workflows/build_and_release.yml:88

  • [nitpick] Using an older version of 'actions/download-artifact' might lack some features or bug fixes present in the newer version. Consider using 'actions/download-artifact@v4'.
uses: actions/download-artifact@v2 

Updating GitHub actions and potentially other areas of the project.
@JacobCallahanJacobCallahanforce-pushed the py313 branch 10 times, most recently from a31c349 to 153957cCompareDecember 23, 2024 21:13
In the past, libssh2 had to be copied into its sub-directory (with strange nesting). This change instead uses git submodules to make maintenance easier. I also added a new dev directory with a single script (for now) that should make it easier to keep the submodule and Cython code updated.
@JacobCallahan
Copy link
OwnerAuthor

Closing for now because the original repo is back!!

Sign up for freeto 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

@JacobCallahan