Skip to content

Commit

Permalink
version 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Mar 12, 2023
1 parent 75eb03c commit d273b66
Show file tree
Hide file tree
Showing 4 changed files with 9 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 @@ -46,7 +46,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ Choose a keyboard shortcut like `Command+Option+Shift U`.
Now you are all set to use your new keyboard shortcut in many apps, like here in Keynote:

![keynote_demo](docs/unicodeit_demo.gif)


## [dev] New Release Flow

* update version in `uncodeit/__init__.py` and `package.json`
* create a new release on Github
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unicodeit",
"version": "0.7.2",
"version": "0.7.4",
"description": "Converts LaTeX tags to unicode.",
"main": "ts_dist/js/index.js",
"types": "ts_dist/js/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion unicodeit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .replace import replace

__author__ = 'Sven Kreiss <[email protected]>, Kyle Cranmer <[email protected]>'
__version__ = '0.7.2'
__version__ = '0.7.4'

0 comments on commit d273b66

Please sign in to comment.