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

Remove publication to test PyPI #41

Merged
merged 1 commit into from
Oct 28, 2020
Merged

Remove publication to test PyPI #41

merged 1 commit into from
Oct 28, 2020

Conversation

sbesson
Copy link
Member

@sbesson sbesson commented Oct 28, 2020

Originally motivated by https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi-and-testpypi,
the continuous delivery to test PyPI failed for two separate reasons:

  • distributions with the same version cannot be overwritten
  • dev version generated by setuptools_scm are generally PEP440 incompatible

Partly reverts #37, see also the discussion #33. This PR preserves the PyPI publication workflow on tags (and runs the packaging command for every push so that we would spot broken builds)

Originally motivated by https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi-and-testpypi,
the continuous delivery to test PyPI failed for two separate reasons:
- distributions with the same version cannot be overwritten
- dev version generated by setuptools_scm are generally PEP440 incompatible
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.

1 participant