Skip to content

Commit 22967e7

Browse files
#447: Fix Pypi release pipeline (#448)
* #447: Try removing authentication * #447: fix classifiers * #447: update development status * #447: try publishing to PyPi * #447: clean up * #447: add condition back to pypi pipeline * #447: add newline --------- Co-authored-by: Caleb Schilly <cwschilly@gmail.com>
1 parent 75758d0 commit 22967e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
user: __token__
2424
password: ${{ secrets.PYPI_API_TOKEN }}
2525
verbose: true
26-
print-hash: true
26+
print-hash: true

setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ project_urls =
1212
Bug Tracker = https://github.com/DARMA-tasking/LB-analysis-framework/issues
1313
keywords=HPC, concurrency, distributed-computing, parallelism, load-balancing
1414
classifiers =
15-
Programming Language :: Python :: 3.8 :: Only
16-
License :: OSI Approved :: Modified BSD License
15+
Programming Language :: Python :: 3.8
16+
License :: OSI Approved :: BSD License
1717
Operating System :: OS Independent
1818
Topic :: Scientific/Engineering
19-
Development Status :: 4 - Beta
19+
Development Status :: 5 - Production/Stable
2020

2121
[options]
2222
zip_safe = False

0 commit comments

Comments
 (0)