0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 02:28:21 +02:00
synapse/.github/workflows
David Robertson b88cfe6d41
Require poetry>=1.3.2 (#14860)
* Upgrade to new lockfile format

Now requires poetry >= 1.2.2 to read and poetry >= 1.3.0 to write.

Cheat sheet:

```
poetry --version
poetry show > scratch/before
pipx upgrade poetry
poetry --version
poetry show > scratch/after
diff scratch{before,after} && echo "no change!"
```

* Use Poetry 1.3.2 when reading or writing lockfile

* Remove unneeded(?) poetry dep for cibuildwheel

* Update docs

* Remove redundant call to setup-python

* Remove outdated comments related to Poetry 1.x

* Remove outdated docs line

was fixed in #13082

* Minor improvements to poetry cheat sheet

* Invoke setup-python-poetry with explicit version

Not sure about this. It's hardcoding versions everywhere.

* Changelog

* Check the lockfile is version 2.0

Might one day incorporate other checks like #14742

* Typo fixes, thanks Sean

Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>

Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
2023-01-17 18:04:44 +00:00
..
dependabot_changelog.yml Use env vars in GHA dependabot changelog (#14772) 2023-01-04 16:46:25 +00:00
docker.yml Revert "Disable push of docker images" 2022-10-14 10:50:24 +01:00
docs-pr-netlify.yaml Bump dawidd6/action-download-artifact from 2.24.2 to 2.24.3 (#14779) 2023-01-05 09:51:09 +00:00
docs-pr.yaml Use htmltest to check links in the Synapse documentation. (#14743) 2023-01-05 18:21:45 +00:00
docs.yaml Bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.1 (#14791) 2023-01-09 10:09:13 +00:00
latest_deps.yml Require poetry>=1.3.2 (#14860) 2023-01-17 18:04:44 +00:00
push_complement_image.yml Fix GHA job for pushing the complement-synapse image (#14573) 2022-11-29 12:22:08 +00:00
release-artifacts.yml Require poetry>=1.3.2 (#14860) 2023-01-17 18:04:44 +00:00
tests.yml Require poetry>=1.3.2 (#14860) 2023-01-17 18:04:44 +00:00
triage-incoming.yml Use backend-meta edition of issue triage workflow (#14230) 2022-10-19 11:41:25 +01:00
triage_labelled.yml Fix issue automation for Needs-Info (#14343) 2022-11-01 19:26:15 +00:00
twisted_trunk.yml Require poetry>=1.3.2 (#14860) 2023-01-17 18:04:44 +00:00