Skip to content

Commit 428f3fa

Browse files
committed
add pypi release url and badge
1 parent c5893cd commit 428f3fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
#
5555
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
5656
# ALTERNATIVE: exactly, uncomment the following line instead:
57-
# url: https://pypi.org/project/YOURPROJECT/${{ github.event.release.name }}
57+
url: https://pypi.org/project/superneuromat/${{ github.event.release.name }}
5858

5959
steps:
6060
- name: Retrieve release distributions

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ SuperNeuroMAT is a Python package for simulating and analyzing spiking neural ne
1313

1414
[![Tox: Selected Tests](https://github.com/ORNL/superneuromat/actions/workflows/test.yaml/badge.svg)](https://github.com/ORNL/superneuromat/actions/workflows/test.yaml)
1515
[![Sphinx: Build HTML](https://github.com/ORNL/superneuromat/actions/workflows/pages-build.yaml/badge.svg)](https://github.com/ORNL/superneuromat/actions/workflows/pages-build.yaml)
16+
[![Build & Upload Python Package](https://github.com/ORNL/superneuromat/actions/workflows/pypi-release.yml/badge.svg)](https://github.com/ORNL/superneuromat/actions/workflows/pypi-release.yml)
1617

1718
Documentation available: https://ORNL.github.io/superneuromat/
1819

0 commit comments

Comments
 (0)