Skip to content

Commit a6d1193

Browse files
authored
Merge pull request #74 from valory-xyz/fix/release
Fix the release workflow
2 parents fe0b611 + 03cfe06 commit a6d1193

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install twine poetry==1.4.2
2626
poetry install
27-
poetry run pip install --user --upgrade setuptools
27+
poetry run pip install --upgrade setuptools
2828
poetry run autonomy packages sync --update-packages
2929
3030
- name: Build wheels and source tarball
@@ -39,4 +39,3 @@ jobs:
3939
password: ${{ secrets.PYPI_API_TOKEN }}
4040
skip_existing: true
4141
packages_dir: dist/
42-

0 commit comments

Comments
 (0)