Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

qmb

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qmb - pypi Package Compare versions

Comparing version
0.0.1
to
0.0.5
+31
-0
.github/workflows/wheels.yml

@@ -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>

@@ -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>

@@ -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)