File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ on: [push, pull_request]
4
4
5
5
jobs :
6
6
build :
7
- strategy :
8
- max-parallel : 4
9
- matrix :
10
- python-version : ['3.8', '3.9', '3.10']
11
- os : [ubuntu-latest, macos-latest, windows-latest]
7
+ # strategy:
8
+ # max-parallel: 4
9
+ # matrix:
10
+ # python-version: ['3.8', '3.9', '3.10']
11
+ # os: [ubuntu-latest, macos-latest, windows-latest]
12
12
13
13
# runs-on: ${{ matrix.os }}
14
14
runs-on : windows-latest
35
35
run : |
36
36
python setup.py sdist bdist_wheel
37
37
ls -l ${{ github.workspace }}
38
-
38
+ ls -l ${{ github.workspace }}/dist/*.*
39
39
40
40
upload :
41
41
needs : build
45
45
- uses : actions/upload-artifact@v2
46
46
with :
47
47
name : diffpy2 - Python ${{ matrix.python-version }}
48
- path : ${{ github.workspace }}/../ dist/*
48
+ path : ${{ github.workspace }}/dist/*. *
49
49
50
50
# - name: Upload zipped offline app installer to GitHub releases
51
51
# uses: ncipollo/release-action@v1
You can’t perform that action at this time.
0 commit comments