Skip to content

Commit a37df17

Browse files
Specify environment name and bump version
1 parent 96d48b7 commit a37df17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches: [main]
77
tags: ['v*']
8+
env:
9+
PKG_NAME: finddata
810
jobs:
911
tests:
1012
runs-on: ubuntu-24.04

finddata.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Summary: %{summary}
88
Name: python-%{srcname}
9-
Version: 0.11.0
9+
Version: 0.11.1
1010
Release: %{release}%{?dist}
1111
Source: %{srcname}-%{version}.tar.gz
1212
License: MIT

0 commit comments

Comments
 (0)