-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a980e6
commit 4792d05
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# How to update package | ||
|
||
1. Delete all files in the dist folder. | ||
2. Update the version number in 'nautilus_open_any_terminal/open_any_terminal_extension.py' | ||
3. `python3 setup.py sdist bdist_wheel` | ||
4. `twine upload dist/*` | ||
2. Update the version number in 'nautilus_open_any_terminal/__init__.py' | ||
3. Commit and push changes | ||
4. add release tag | ||
5. `python3 setup.py sdist bdist_wheel` | ||
6. `twine upload dist/*` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
VERSION = "0.2.5" | ||
VERSION = "0.2.6" | ||
APPLICATION_ID = "com.github.stunkymonkey.nautilus-open-any-terminal.gschema" |