Skip to content

Commit

Permalink
post release and update to trusted publishers (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Jan 17, 2024
1 parent ca22d0b commit d21153a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -25,6 +27,3 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
7 changes: 7 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## v0.x.x (Unreleased)
### New features

### Maintenance and fixes

### Documentation

## v0.7.0 (2024 Jan 17)
### New features
* Add support for hashable dimension names {pull}`56`
Expand Down
2 changes: 1 addition & 1 deletion src/xarray_einstats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"EinopsAccessor",
]

__version__ = "0.7.0"
__version__ = "0.8.0.dev0"


def sort(da, dim, **kwargs):
Expand Down

0 comments on commit d21153a

Please sign in to comment.