Skip to content

Commit

Permalink
Merge branch 'release/0.16.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Aug 14, 2023
2 parents 2af57e2 + 6d3b402 commit 907e4a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,6 @@ jobs:
run: python setup.py sdist
- name: Publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: twine upload --verbose dist/*
2 changes: 1 addition & 1 deletion climetlab/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.2
0.16.3

0 comments on commit 907e4a0

Please sign in to comment.