Skip to content

Commit 1ddf82c

Browse files
committed
reuse twine
1 parent c78f336 commit 1ddf82c

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.github/workflows/release_climt.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,17 @@ jobs:
4646
if: ${{ runner.os == 'macOS' }}
4747
run: python -m cibuildwheel --output-dir dist
4848

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
5454

55-
#- name: Install twine
56-
# run: python -m pip install twine
55+
- name: Install twine
56+
run: python -m pip install twine
5757

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

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ History
33
=======
44

55
v.0.17.0
6-
-------
6+
--------
77

88
* Removed dycore to move it to independent package
99

0 commit comments

Comments
 (0)