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

fix windows build CI #152

Merged
merged 3 commits into from
Jun 12, 2023
Merged

fix windows build CI #152

merged 3 commits into from
Jun 12, 2023

Conversation

brunoenten
Copy link
Collaborator

No description provided.

@brunoenten brunoenten merged commit 8245ca1 into master Jun 12, 2023
@@ -113,7 +116,7 @@ from libcpp.vector cimport vector

__all__ = (
'API_UNSPECIFIED', 'API_MACOSX_CORE', 'API_LINUX_ALSA', 'API_UNIX_JACK',
'API_WINDOWS_MM', 'API_RTMIDI_DUMMY', 'ERRORTYPE_DEBUG_WARNING',
'API_WINDOWS_MM', 'API_RTMIDI_DUMMY', 'API_WEB_MIDI', 'ERRORTYPE_DEBUG_WARNING',
Copy link
Owner

Choose a reason for hiding this comment

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

I think this change should warrant a minor version number increase.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm not sure it's actually usable 'tho

Comment on lines +6 to +9
- improve-build
pull_request:
branches:
- rtmidi-5.0.0
- improve-build
Copy link
Owner

Choose a reason for hiding this comment

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

Something doesn't seem right here. Does this belong in the master branch?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I used this file to test workflow changes. I guess we can delete it now.

@SpotlightKid
Copy link
Owner

The upload_pypi step was failing due to environment protection rules. I added *.*.* as a pattern for branches allowed to trigger a deployment, since release tags have the form X.Y.Z, and re-triggered the action, which then succeeded, successfully uploading the release to PyPI.

Tbh, I don't fully understand the details myself.

@brunoenten brunoenten deleted the develop branch June 13, 2023 06:57
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