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

Add check on github actions that verify binary wheels from pypi #104

Open
gijzelaerr opened this issue Oct 26, 2020 · 0 comments
Open

Add check on github actions that verify binary wheels from pypi #104

gijzelaerr opened this issue Oct 26, 2020 · 0 comments
Assignees
Milestone

Comments

@gijzelaerr
Copy link
Collaborator

We could make a new repo or branch that uses github actions to:

for every supported platform:

  • set up python environment(s)
  • pip install monetdbe
  • check if import monetdbe; monetdbe.connect() works
  • check if monetdbe.__version__ is the latest version
  • if not fail test and report.

Should be triggered after a complete release and all uploaded to pypi are complete.

@gijzelaerr gijzelaerr added this to the 0.10 milestone Nov 1, 2020
@gijzelaerr gijzelaerr self-assigned this Nov 20, 2020
@gijzelaerr gijzelaerr modified the milestones: 0.10, 0.11 Apr 9, 2021
@gijzelaerr gijzelaerr modified the milestones: 0.11, 0.12 Apr 30, 2021
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

No branches or pull requests

1 participant