Don't install build

This commit is contained in:
Michel Roux 2023-06-30 17:26:51 +02:00
parent a57491e466
commit e2302a4c06

@ -43,7 +43,6 @@ jobs:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v3
- run: pip install build
- run: python setup.py sdist
- uses: pypa/gh-action-pypi-publish@release/v1
with: