We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb8bdca + 9b9d2bc commit 91b857aCopy full SHA for 91b857a
.github/workflows/release.yml
@@ -24,6 +24,7 @@ jobs:
24
python -m pip install --upgrade pip
25
pip install twine poetry==1.4.2
26
poetry install
27
+ poetry run pip install --user --upgrade setuptools
28
poetry run autonomy packages sync --update-packages
29
30
- name: Build wheels and source tarball
0 commit comments