You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that EDGI’s web monitoring project is spinning back up again, it would be good to smooth out the release process here by automating and modernizing it a bit.
We did something similar with Wayback last year; relevant PRs:
There are probably more critical things in the pipe to get done first, though, e.g. #145 and the whole mess around cchardet leaving us stuck on Python <= 3.10.
The text was updated successfully, but these errors were encountered:
Relatedly… when I published v0.1.5, PyPI sent me a warning:
your recent upload of 'web-monitoring-diff-0.1.5.tar.gz' is incompatible with PEP 625 because it does not contain the normalized project name 'web_monitoring_diff'.
In most cases, this can be resolved by upgrading the version of your build tooling to a later version that supports PEP 625 and produces compliant filenames.
Now that EDGI’s web monitoring project is spinning back up again, it would be good to smooth out the release process here by automating and modernizing it a bit.
We did something similar with Wayback last year; relevant PRs:
setup.*
withpyproject.toml
wayback#144_version.py
path in gitignore file wayback#156ref-names
field fromgit_archival.txt
wayback#162There are probably more critical things in the pipe to get done first, though, e.g. #145 and the whole mess around cchardet leaving us stuck on Python <= 3.10.
The text was updated successfully, but these errors were encountered: