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

Change release-pypi to build_sdist workflow #129

Merged
merged 3 commits into from
Sep 26, 2024

Conversation

cgohlke
Copy link
Member

@cgohlke cgohlke commented Sep 25, 2024

Description

  • Rename the release-pypi.yml GitHub Action workflow to build_sdist.yml.
  • Remove building wheel with sdist (wheels are built in build_wheels.yml).
  • Disable automatic upload to PyPI on tag (sdist and wheels will be uploaded manually for the first releases).

Checklist

  • The pull request title and description are concise.
  • Related issues are linked in the description.
  • New dependencies are explained.
  • The source code and documentation can be distributed under the MIT license.
  • The source code adheres to code standards.
  • New classes, functions, and features are thoroughly tested.
  • New, user-facing classes, functions, and features are documented.
  • New features are covered in tutorials.
  • No files other than source code, documentation, and project settings are added to the repository.

@cgohlke cgohlke merged commit 0b8a405 into phasorpy:main Sep 26, 2024
14 checks passed
@cgohlke cgohlke deleted the build-sdist branch September 26, 2024 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant