Skip to content

Commit 69e56da

Browse files
committed
fix issue with twine complaining about metadata
1 parent bb75125 commit 69e56da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
- name: Publish distribution 📦 to Acellera PyPI
112112
run: |
113113
pip install build twine keyring keyrings.google-artifactregistry-auth
114+
pip install -U packaging
114115
twine upload --repository-url https://us-central1-python.pkg.dev/985405645423/${{ matrix.cuda }} dist/* --verbose
115116
116117
# publish-to-official-pypi:

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "torchmd-net"
33
description = "TorchMD-NET provides state-of-the-art neural networks potentials for biomolecular systems"
44
authors = [{ name = "Acellera", email = "[email protected]" }]
55
readme = "README.md"
6+
license = "MIT"
67
requires-python = ">=3.8"
78
dynamic = ["version"]
89
classifiers = [

0 commit comments

Comments
 (0)