wesselhuising / pandantic

Enriches the Pydantic BaseModel class by adding the ability to validate dataframes using the schema and custom validators of the same BaseModel class.
https://pandantic-rtd.readthedocs.io
MIT License
28 stars 3 forks source link

Fix publish to PyPi GitHub action #24

Open xaviernogueira opened 2 weeks ago

xaviernogueira commented 2 weeks ago

I went to publish my pandas plugin v0.3.1 to Pypi, but the workflow failed due to your credentials not being verified for TestPyPi:

Screenshot 2024-09-03 at 3 42 08 PM

@wesselhuising mind fixing this eventually?

wesselhuising commented 2 weeks ago

Damned, will do this as my first thing tomorrow.