Update release.yaml

This commit is contained in:
João Malés 2024-07-05 10:14:08 +01:00 committed by GitHub
parent cb1da4e186
commit c9312b6299
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ jobs:
pip install setuptools wheel build
- name: Build
run: |
cp .version ${{ matrix.package-name }}/
cp .version LICENSE NOTICE ${{ matrix.package-name }}/
python -m build ${{ matrix.package-name }} --outdir dist/
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1