lst dist
Some checks are pending
Python CI / test (push) Waiting to run
Python CI / build (push) Blocked by required conditions
Python CI / publish (push) Blocked by required conditions

This commit is contained in:
Benedith Mulongo 2024-10-18 14:57:10 +02:00
parent 28661250bb
commit 180c604266
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

View file

@ -71,6 +71,9 @@ jobs:
- name: Build the package
run: poetry build
- name: List files in dist/
run: ls -al dist
- name: Publish artifacts
if: github.ref == 'refs/tags/v*'
run: |