Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 16, 2024
1 parent 2922b56 commit d624ce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install -e .
- name: Build and publish
env:
TWINE_USERNAME: ci_impose
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PWD }}
run: |
python setup.py sdist bdist_wheel
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.4.8
- maintenance release
0.4.7
- enh: support .ome.tif files (no stacks supported yet)
0.4.6
Expand Down

0 comments on commit d624ce5

Please sign in to comment.