lst dist
This commit is contained in:
parent
28661250bb
commit
180c604266
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -71,6 +71,9 @@ jobs:
|
||||||
- name: Build the package
|
- name: Build the package
|
||||||
run: poetry build
|
run: poetry build
|
||||||
|
|
||||||
|
- name: List files in dist/
|
||||||
|
run: ls -al dist
|
||||||
|
|
||||||
- name: Publish artifacts
|
- name: Publish artifacts
|
||||||
if: github.ref == 'refs/tags/v*'
|
if: github.ref == 'refs/tags/v*'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue