Skip to content

Conversation

@dvadym
Copy link
Collaborator

@dvadym dvadym commented Oct 18, 2023

The current tests in publish should test the newly built wheel, but actually they run from src/ folder.

Tests now fail because:
Before: on the running tests, src/pydp/_pydp.so is used.
Now: In the new build with cibuildwheel, the build happens in Docker, so src/pydp/_pydp.so is not present

Anyway the tests don't test wheel, which they should test, let's for now disable them, to release a new RC candidate version and then let's fix later.

@dvadym dvadym requested a review from chinmayshah99 October 18, 2023 11:10
run: |
Get-ChildItem -Path ./ -Filter "*.whl" -Recurse -File | foreach {poetry run twine check $_.FullName}
- name: Renaming wheel
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No need to rename, it's already has a correct name with _manylinux

@chinmayshah99 chinmayshah99 merged commit a840a97 into OpenMined:dev Oct 18, 2023
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