Skip to content

Commit

Permalink
Fixed deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Windhager committed Mar 15, 2021
1 parent 81d3c87 commit c9a9e78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python 3.7
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.5.2] - 2021-03-15
## [v0.5.3] - 2021-03-15

Updated documentation

Expand All @@ -14,5 +14,5 @@ Updated documentation
Last release before introducing this changelog


[v0.5.2]: https://github.com/BodenmillerGroup/napari-imc/compare/v0.5.1...v0.5.2
[v0.5.3]: https://github.com/BodenmillerGroup/napari-imc/compare/v0.5.1...v0.5.3
[v0.5.1]: https://github.com/BodenmillerGroup/napari-imc/releases/tag/v0.5.1

0 comments on commit c9a9e78

Please sign in to comment.