Skip to content

Commit d1bf820

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 7fe50b6 + 0a9a7af commit d1bf820

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--- Top of README Badges (automated) --->
2-
[![PyPI](https://img.shields.io/pypi/v/wipac-dev-actions-testbed)](https://pypi.org/project/wipac-dev-actions-testbed/) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/WIPACrepo/wipac-dev-actions-testbed?include_prereleases)](https://github.com/WIPACrepo/wipac-dev-actions-testbed/) [![Versions](https://img.shields.io/pypi/pyversions/wipac-dev-actions-testbed.svg)](https://pypi.org/project/wipac-dev-actions-testbed) [![PyPI - License](https://img.shields.io/pypi/l/wipac-dev-actions-testbed)](https://github.com/WIPACrepo/wipac-dev-actions-testbed/blob/main/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/WIPACrepo/wipac-dev-actions-testbed)](https://github.com/WIPACrepo/wipac-dev-actions-testbed/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen) [![GitHub pull requests](https://img.shields.io/github/issues-pr/WIPACrepo/wipac-dev-actions-testbed)](https://github.com/WIPACrepo/wipac-dev-actions-testbed/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aopen)
2+
[![PyPI](https://img.shields.io/pypi/v/wipac-dev-actions-testbed)](https://pypi.org/project/wipac-dev-actions-testbed/) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/WIPACrepo/wipac-dev-actions-testbed-python?include_prereleases)](https://github.com/WIPACrepo/wipac-dev-actions-testbed-python/) [![Versions](https://img.shields.io/pypi/pyversions/wipac-dev-actions-testbed.svg)](https://pypi.org/project/wipac-dev-actions-testbed) [![PyPI - License](https://img.shields.io/pypi/l/wipac-dev-actions-testbed)](https://github.com/WIPACrepo/wipac-dev-actions-testbed-python/blob/main/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/WIPACrepo/wipac-dev-actions-testbed-python)](https://github.com/WIPACrepo/wipac-dev-actions-testbed-python/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen) [![GitHub pull requests](https://img.shields.io/github/issues-pr/WIPACrepo/wipac-dev-actions-testbed-python)](https://github.com/WIPACrepo/wipac-dev-actions-testbed-python/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aopen)
33
<!--- End of README Badges (automated) --->
44

5-
# wipac-dev-actions-testbed
5+
# wipac-dev-actions-testbed-python
66

7-
A guinea pig for testing `wipac-dev-*-action` packages and workflows
7+
A guinea pig for testing `wipac-dev-*-action` packages and workflows -- using python

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = [
1616
'testbed'
1717
]
1818
requires-python = ">=3.12, <3.14"
19-
description = "A guinea pig for testing `wipac-dev-*-action` packages and workflows"
19+
description = "A guinea pig for testing `wipac-dev-*-action` packages and workflows -- using python"
2020
readme = "README.md"
2121
classifiers = [
2222
'Programming Language :: Python :: 3.12',
@@ -31,8 +31,8 @@ email = "developers@icecube.wisc.edu"
3131

3232
[project.urls]
3333
Homepage = "https://pypi.org/project/wipac-dev-actions-testbed/"
34-
Tracker = "https://github.com/WIPACrepo/wipac-dev-actions-testbed/issues"
35-
Source = "https://github.com/WIPACrepo/wipac-dev-actions-testbed"
34+
Tracker = "https://github.com/WIPACrepo/wipac-dev-actions-testbed-python/issues"
35+
Source = "https://github.com/WIPACrepo/wipac-dev-actions-testbed-python"
3636

3737
[tool.setuptools.package-data]
3838
"*" = ["py.typed"]

0 commit comments

Comments
 (0)