Isolate pasqal_cloud package inside the pasqal-cloud directory
Add the pulser-pasqal directory with the pulser_pasqal package
Remaining Tasks
[x] Include pulser-pasqal in the mypy checks
[x] Share a centralized version between the two packages
[x] Update the "Publish" workflow to release both packages simultaneously
[ ] Setup TestPyPI and PyPI to use trusted publishing
[ ] Update the repo README
Checklist
[x] The title of the PR follows the right format: [{Label}] {Short Message}. Label examples: IMPROVEMENT, FIX, REFACTORING... Short message is about what your PR changes.
Versioning (PASQAL developers only)
[ ] Update the version of pasqal-cloud in _version.py following the changes in your PR and by using semantic versioning.
Documentation
[ ] Update CHANGELOG.md with a description explaining briefly the changes to the users.
Tests
[x] Unit tests have been added or adjusted.
[x] Tests were run locally.
Internal tests pipeline (PASQAL developers only)
[ ] Update and run the internal tests while targeting the branch of this PR.
If your PR hasn't changed any functionality, it still needs to be validated against internal tests.
After updating the version (PASQAL developers only)
[ ] Open a PR on the internal tests that updates the version used for the pasqal-cloud backward compatibility tests.
Description
pasqal_cloud
package inside thepasqal-cloud
directorypulser-pasqal
directory with thepulser_pasqal
packageRemaining Tasks
pulser-pasqal
in themypy
checksChecklist
Versioning (PASQAL developers only)
_version.py
following the changes in your PR and by using semantic versioning.Documentation
Tests
Internal tests pipeline (PASQAL developers only)
After updating the version (PASQAL developers only)