openradar / xradar

A tool to work in weather radar data in xarray
https://docs.openradarscience.org/projects/xradar
MIT License
91 stars 17 forks source link

Fix build #8

Closed kmuehlbauer closed 1 year ago

kmuehlbauer commented 1 year ago

Testing if bumbversion-section in setup.cfg interferes with setuptools_scm

kmuehlbauer commented 1 year ago

Another thing to check triggering "release:created" vs "release:published"

kmuehlbauer commented 1 year ago

@mgrover1 I've added a workflow to just test the creation of sdist/wheel for a supposed upload to pypi and testpypi. This does not do any uploading. It seems that the packages get created with the correct numbering scheme.

mgrover1 commented 1 year ago

In PRs, this will not have access to the event id... I would suggest running tests in the CI instead of uploading to pypi

kmuehlbauer commented 1 year ago

@mgrover1 I try to test, if the two different build schemes are working and uploading the artifact to gha space. Not trying to check this on PyPI.

mgrover1 commented 1 year ago

Ahh - okay!