Skip to content

Commit 4abedd7

Browse files
committed
debug 4
1 parent 4bf63b9 commit 4abedd7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
uses: s-weigand/setup-conda@v1
2121
with:
2222
update-conda: true
23-
python-version: ${{ matrix.python-version }}
23+
# python-version: ${{ matrix.python-version }}
24+
python-version: '3.8'
2425

2526
- name: Install dependencies
2627
run: |
@@ -33,6 +34,8 @@ jobs:
3334
- name: Build package
3435
run: |
3536
python setup.py sdist bdist_wheel
37+
ls -l ${{ github.workspace }}
38+
3639
3740
upload:
3841
needs: build
@@ -42,7 +45,7 @@ jobs:
4245
- uses: actions/upload-artifact@v2
4346
with:
4447
name: diffpy2 - Python ${{ matrix.python-version }}
45-
path: ${{ github.workspace }}/dist/*
48+
path: ${{ github.workspace }}/../dist/*
4649

4750
# - name: Upload zipped offline app installer to GitHub releases
4851
# uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)