Skip to content

Conversation

@smithdc1
Copy link
Member

No description provided.

[tox]
envlist =
{py38,py39,py310,py311}-django{42}-crispy{2,-latest},
{py310,py311,py312}-django{50,51,-latest}-crispy{2,-latest},
Copy link
Member Author

Choose a reason for hiding this comment

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

It seems that tests never actually testing against 'latest'. Rather the latest release on PyPI. 🤦

Anyway, tests fail against 5.2 / django main branch at the moment so those tests need to be skipped.

For now, I think it's easiest to remove this and can always add it back in future.

TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python setup.py sdist bdist_wheel
python -m build
Copy link
Member Author

Choose a reason for hiding this comment

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

python -m build works for me when testing locally.

@smithdc1 smithdc1 merged commit 2f2c44b into main May 12, 2025
6 checks passed
@smithdc1 smithdc1 deleted the pyproject.toml branch May 12, 2025 18:11
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