Skip to content

Commit

Permalink
Update deploy_release.yml (#109)
Browse files Browse the repository at this point in the history
* Update deploy_release.yml

* Update CHANGELOG.md
  • Loading branch information
mavaylon1 authored Jul 23, 2023
1 parent 9ab601f commit d47fc82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Run tox tests
run: |
tox -e py310-upgraded
tox -e py311-upgraded
- name: Build wheel and source distribution
run: |
tox -e build-py310-upgraded
tox -e build-py311-upgraded
ls -1 dist
- name: Test installation from a wheel
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# HDMF-ZARR Changelog

## 0.3.1 (Upcoming)

### Bug fixes
* Fixed error in deploy workflow. @mavaylon1 [#109](https://github.com/hdmf-dev/hdmf-zarr/pull/109)


## 0.3.0 (July 21, 2023)

### New Features
Expand Down

0 comments on commit d47fc82

Please sign in to comment.