Build dist on every commit

This commit is contained in:
Laurent Savaëte
2023-03-30 11:56:25 +02:00
parent 5bc70c47d6
commit 8a6a012129

View File

@@ -53,9 +53,9 @@ jobs:
- name: Build distribution tarball and wheel
# TODO: restrict this to master branch only
if: startsWith(github.ref, 'refs/tags')
run: |
poetry build
- name: Publish distribution 📦 to Test PyPI
# publish to testpypi on all commit just for testing this PR
uses: pypa/gh-action-pypi-publish@release/v1