We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac22dc9 commit e60ded2Copy full SHA for e60ded2
.github/workflows/python-publish.yml
@@ -28,6 +28,8 @@ jobs:
28
29
- name: Build release distributions
30
run: |
31
+ pwd
32
+ ls
33
# NOTE: put your own distribution build steps here.
34
python -m pip install build
35
python -m build
0 commit comments