File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,17 @@ jobs:
46
46
if : ${{ runner.os == 'macOS' }}
47
47
run : python -m cibuildwheel --output-dir dist
48
48
49
- - uses : actions/upload-artifact@v3
50
- with :
51
- name : my-artifact
52
- path : dist/
53
- if-no-files-found : error
49
+ # - uses: actions/upload-artifact@v3
50
+ # with:
51
+ # name: my-artifact
52
+ # path: dist/
53
+ # if-no-files-found: error
54
54
55
- # - name: Install twine
56
- # run: python -m pip install twine
55
+ - name : Install twine
56
+ run : python -m pip install twine
57
57
58
- # - name: upload wheels
59
- # uses: pypa/gh-action-pypi-publish@release/v1
60
- # with:
61
- # password: ${{ secrets.PYPI_API_TOKEN }}
58
+ - name : upload wheels
59
+ env :
60
+ TWINE_USERNAME : __token__
61
+ TWINE_PASSWORD : ${{ secrets.TWINE_PASSWORD }}
62
+ run : twine upload wheelhouse/* --verbose
Original file line number Diff line number Diff line change 3
3
=======
4
4
5
5
v.0.17.0
6
- -------
6
+ --------
7
7
8
8
* Removed dycore to move it to independent package
9
9
You can’t perform that action at this time.
0 commit comments