qmb
Advanced tools
@@ -38,1 +38,32 @@ name: Build | ||
| path: ./wheelhouse/*.whl | ||
| build_sdist: | ||
| name: Build source distribution | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - name: Build sdist | ||
| run: pipx run build --sdist | ||
| - uses: actions/upload-artifact@v4 | ||
| with: | ||
| name: cibw-sdist | ||
| path: dist/*.tar.gz | ||
| upload_pypi: | ||
| name: Upload wheels to pypi | ||
| runs-on: ubuntu-latest | ||
| needs: [build_wheels, build_sdist] | ||
| environment: release | ||
| permissions: | ||
| id-token: write | ||
| if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') | ||
| steps: | ||
| - uses: actions/download-artifact@v4 | ||
| with: | ||
| pattern: cibw-* | ||
| path: dist | ||
| merge-multiple: true | ||
| - uses: pypa/gh-action-pypi-publish@release/v1 |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: qmb | ||
| Version: 0.0.1 | ||
| Version: 0.0.5 | ||
| Summary: Quantum Manybody Problem | ||
@@ -5,0 +5,0 @@ Author-email: Hao Zhang <hzhangxyz@outlook.com> |
+1
-0
@@ -42,2 +42,3 @@ [build-system] | ||
| version_file = "qmb/_version.py" | ||
| version_scheme = "no-guess-dev" | ||
@@ -44,0 +45,0 @@ [tool.yapf] |
| Metadata-Version: 2.1 | ||
| Name: qmb | ||
| Version: 0.0.1 | ||
| Version: 0.0.5 | ||
| Summary: Quantum Manybody Problem | ||
@@ -5,0 +5,0 @@ Author-email: Hao Zhang <hzhangxyz@outlook.com> |
+2
-2
@@ -15,3 +15,3 @@ # file generated by setuptools_scm | ||
| __version__ = version = '0.0.1' | ||
| __version_tuple__ = version_tuple = (0, 0, 1) | ||
| __version__ = version = '0.0.5' | ||
| __version_tuple__ = version_tuple = (0, 0, 5) |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
130492
0.61%