Skip to content

Commit

Permalink
reuse twine
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyMonteiro committed Feb 1, 2023
1 parent c78f336 commit 1ddf82c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/release_climt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,17 @@ jobs:
if: ${{ runner.os == 'macOS' }}
run: python -m cibuildwheel --output-dir dist

- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: dist/
if-no-files-found: error
#- uses: actions/upload-artifact@v3
#with:
# name: my-artifact
# path: dist/
# if-no-files-found: error

#- name: Install twine
# run: python -m pip install twine
- name: Install twine
run: python -m pip install twine

#- name: upload wheels
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.PYPI_API_TOKEN }}
- name: upload wheels
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: twine upload wheelhouse/* --verbose
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ History
=======

v.0.17.0
-------
--------

* Removed dycore to move it to independent package

Expand Down

0 comments on commit 1ddf82c

Please sign in to comment.