We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc689c commit 019c416Copy full SHA for 019c416
.github/workflows/build-release.yml
@@ -16,6 +16,7 @@ jobs:
16
url: https://pypi.org/project/torch-pme
17
permissions:
18
id-token: write
19
+ contents: write
20
21
steps:
22
- uses: actions/checkout@v4
src/torchpme/__init__.py
@@ -24,4 +24,4 @@
24
"SplinePotential",
25
"CombinedPotential",
26
]
27
-__version__ = "0.1.0rc2"
+__version__ = "0.1.0rc3"
0 commit comments