medmunds
b84435d7f6
CI: update job output mechanism
...
GH workflow changed job outputs from `echo ::set-output`
to appending to `$GITHUB_OUTPUT` file.
tox-gh-matrix 0.2.0 supports new mechanism
2023-02-08 13:15:41 -08:00
medmunds
353e793323
Docs: update absolute links to anymail.dev
...
Canonical hosting for docs moved from anymail.readthedocs.io
to anymail.dev in May 2022.
2023-02-08 11:25:11 -08:00
medmunds
b4e22c63b3
Reformat code with automated tools
...
Apply standardized code style
2023-02-06 15:05:24 -08:00
medmunds
07f5d5f224
CI: update action dependencies
...
Fixes Node 12 deprecation warnings.
- actions/checkout@v2 --> v3
- actions/setup-python@v2 --> v4
- fkirc/skip-duplicate-actions@v3.4.1 --> v5.3.0
[pinned to hash]
Also set continue-on-error true in skip_duplicate_runs job,
per recommendation in skip-duplicate-actions release notes.
2022-12-18 16:20:24 -08:00
medmunds
8b0425f784
CI: Refactor workflows, update test matrix
...
* Split test, integration-test, and release workflows,
simplifying config and logic for each.
* Use environment to separate secrets for release workflow.
* Update test matrix with newer Django and Python versions.
2022-01-10 13:42:45 -08:00