Skip to content

Commit a0e403f

Browse files
committed
try in the same job
1 parent e0e275e commit a0e403f

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

.github/workflows/build.yaml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,31 @@ jobs:
3434
- name: Build package
3535
run: |
3636
python setup.py sdist bdist_wheel
37-
ls -l ${{ github.workspace }}
38-
ls -l ${{ github.workspace }}/dist
39-
ls -l ${{ github.workspace }}/build
40-
41-
upload:
42-
needs: build
43-
runs-on: ubuntu-latest
44-
steps:
4537
4638
- name: show content
4739
run: |
48-
ls -l ${{ github.workspace }}/../
49-
ls -l ${{ github.workspace }}/../dist
40+
ls -l ${{ github.workspace }}/dist
5041
5142
- uses: actions/upload-artifact@v2
5243
with:
5344
name: diffpy2 - Python ${{ matrix.python-version }}
5445
path: ${{ github.workspace }}/dist/*.whl
5546

47+
# upload:
48+
# needs: build
49+
# runs-on: ubuntu-latest
50+
# steps:
51+
52+
# - name: show content
53+
# run: |
54+
# ls -l ${{ github.workspace }}/../
55+
# ls -l ${{ github.workspace }}/../dist
56+
57+
# - uses: actions/upload-artifact@v2
58+
# with:
59+
# name: diffpy2 - Python ${{ matrix.python-version }}
60+
# path: ${{ github.workspace }}/dist/*.whl
61+
5662
# - name: Upload zipped offline app installer to GitHub releases
5763
# uses: ncipollo/release-action@v1
5864
# with:

0 commit comments

Comments
 (0)