Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy-on-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches:
- main
- tweak_gha

jobs:
build-n-publish:
Expand Down Expand Up @@ -41,10 +40,12 @@ jobs:
--binary
--out-dir dist/
.
### test for Test PyPI
# - name: Publish distribution to Test PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# repository-url: https://test.pypi.org/legacy/
###
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ build-backend = "setuptools.build_meta"

[project]
authors = [
{name = "Pyfive Development Team", email = "jjhelmus@gmail.com"}
{name = "Pyfive Development Team", email = "valeriu.predoi@ncas.ac.uk"},
{name = "Valeriu Predoi", email = "valeriu.predoi@ncas.ac.uk"},
{name = "David Hassell", email = "david.hassell@ncas.ac.uk"},
{name = "Bryan Lawrence", email = "bryan.lawrence@ncas.ac.uk"},
{name = "Jonathan Helmus", email = "jjhelmus@gmail.com"},
{name = "Kai Muehlbauer", email = "kai.muehlbauer@uni-bonn.de"},
]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -16,7 +21,7 @@ classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: POSIX :: OS Independent",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down
Loading