Skip to content

Commit bce4693

Browse files
authored
Merge pull request slgobinath#711 from slgobinath/master
Release v3.0.0b2 [BETA RELEASE]
2 parents 859fe44 + ecbe918 commit bce4693

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install build wheel
25+
sudo apt-get install -y gettext
2526
2627
- name: Get Current Version
2728
uses: SebRollen/[email protected]
@@ -30,6 +31,9 @@ jobs:
3031
field: project.version
3132
id: get_current_version
3233

34+
- name: Build Python Package
35+
run: rm -rf build *.egg-info/ && python3 -m build
36+
3337
- name: Create Tag
3438
uses: mathieudutour/[email protected]
3539
with:
@@ -49,9 +53,6 @@ jobs:
4953
body: ${{steps.build_changelog.outputs.changelog}}
5054
token: ${{ secrets.GH_API_SECRET }}
5155

52-
- name: Build Python Package
53-
run: rm -rf build *.egg-info/ && python3 -m build
54-
5556
- name: Publish to PyPi
5657
uses: pypa/[email protected]
5758
with:

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
safeeyes (3.0.0b2) noble; urgency=medium
2+
3+
* Re-release due to broken github action
4+
5+
-- Mel Dafert <[email protected]> Mon, 05 May 2025 12:35:00 +0000
6+
17
safeeyes (3.0.0b1) noble; urgency=medium
28

39
* Update to GTK4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "safeeyes"
3-
version = "3.0.0b1"
3+
version = "3.0.0b2"
44
description = "Protect your eyes from eye strain using this continuous breaks reminder."
55
keywords = ["linux utility health eye-strain safe-eyes"]
66
readme = "README.md"
@@ -32,7 +32,7 @@ requires-python = ">=3.10"
3232

3333
[project.urls]
3434
Homepage = "https://github.com/slgobinath/SafeEyes"
35-
Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.0.0b1.tar.gz"
35+
Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.0.0b2.tar.gz"
3636

3737
[project.scripts]
3838
safeeyes = "safeeyes.__main__:main"

safeeyes/glade/about_dialog.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</pr
6363
<property name="valign">center</property>
6464
<property name="margin-top">10</property>
6565
<property name="margin-bottom">10</property>
66-
<property name="label">Safe Eyes 3.0.0b1</property>
66+
<property name="label">Safe Eyes 3.0.0b2</property>
6767
<property name="justify">center</property>
6868
<property name="hexpand">1</property>
6969
<property name="vexpand">1</property>

safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<url type="homepage">https://slgobinath.github.io/SafeEyes/</url>
5454

5555
<releases>
56+
<release version="3.0.0b2" date="2025-05-05" />
5657
<release version="3.0.0b1" date="2025-05-05" />
5758
<release version="2.2.3" date="2024-12-25" />
5859
<release version="2.2.2" date="2024-08-05" />

0 commit comments

Comments
 (0)