File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Codecov
1
+ name : CI
2
2
on : [push]
3
3
jobs :
4
4
lint :
44
44
coverage run -m test_simpleeval
45
45
coverage xml
46
46
- name : Upload to codecov
47
- uses : codecov/codecov-action@v2
47
+ uses : codecov/codecov-action@v4.0.1
48
48
with :
49
49
files : coverage.xml
50
+ token : ${{ secrets.CODECOV_TOKEN }}
50
51
verbose : true
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = simpleeval
3
- version = 0.9.13
3
+ version = 1.0.0
4
4
author = Daniel Fairhead
5
5
author_email = danthedeckie@gmail.com
6
6
description = A simple, safe single expression evaluator library.
@@ -9,7 +9,7 @@ url = https://github.com/danthedeckie/simpleeval
9
9
long_description = file: README.rst
10
10
long_description_content_type = text/x-rst
11
11
classifiers =
12
- Development Status :: 4 - Beta
12
+ Development Status :: Development Status :: 5 - Production/Stable
13
13
Intended Audience :: Developers
14
14
License :: OSI Approved :: MIT License
15
15
Topic :: Software Development :: Libraries :: Python Modules
You can’t perform that action at this time.
0 commit comments