File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 run : |
2727 python -m pip install --upgrade pip
2828 pip install build
29- - name : Install built wheel
30- run : pip install dist/*
3129 - name : Build package
3230 run : python -m build
31+ - name : Install built wheel
32+ run : pip install dist/*.whl
3333 - name : Echo current tag
3434 run : echo ${{ github.ref }}
3535 - name : Get package version
4343 echo "Tag and package version do not match. Aborting."
4444 exit 1
4545 fi
46- # - name: Publish package
47- # uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
46+ - name : Publish package
47+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
4848
Original file line number Diff line number Diff line change 11from . import backend_inline , config # noqa
22
3- __version__ = "0.2.0 "
3+ __version__ = "0.2.1 "
44
55# we can't ''.join(...) otherwise finding the version number at build time requires
66# import which introduces IPython and matplotlib at build time, and thus circular
You can’t perform that action at this time.
0 commit comments