Skip to content

Commit

Permalink
Fixed #59
Browse files Browse the repository at this point in the history
Fixed #62
  • Loading branch information
hasii2011 committed Apr 29, 2020
1 parent 9ae09ac commit 9c78307
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion albow/themes/resources/default-theme.ini
Expand Up @@ -108,7 +108,7 @@ scroll_button_color = (64, 64, 64)
[FileDialog]
name = FileDialog
base =
up_button_text = «
up_button_text =

[PaletteView]
name = PaletteView
Expand Down
2 changes: 1 addition & 1 deletion albow/version.py
@@ -1 +1 @@
version = '2.7.8'
version = '2.7.9'
3 changes: 3 additions & 0 deletions cleanup.sh
@@ -0,0 +1,3 @@
#!/bin/bash

rm -rf dist build python3_albow.egg-info
12 changes: 12 additions & 0 deletions packageme.sh
@@ -0,0 +1,12 @@
#!/bin/bash
#
# Assumes python 3 is on PATH
#
clear

source venv-albow-Python-3.7.3/bin/activate
./cleanup.sh
python3 setup.py sdist bdist_wheel

# Check package
twine check dist/*
7 changes: 7 additions & 0 deletions pushtotest.sh
@@ -0,0 +1,7 @@
#!/bin/bash

source venv-albow-Python-3.7.3/bin/activate

twine upload --repository-url https://test.pypi.org/legacy/ dist/*

deactivate
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name="python3-albow",
version="2.7.8",
version="2.7.9",
description="A Little Bit of Widgetry for PyGame",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9c78307

Please sign in to comment.