File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 6969 steps :
7070 - uses : actions/checkout@v4
7171
72+ - name : Set up Python 3.12
73+ uses : actions/setup-python@v5
74+ with :
75+ python-version : 3.12.8
76+
77+ - name : build package
78+ run : |
79+ python3 -m pip install --upgrade build
80+ python3 -m build
81+
7282 - name : Publish to PYPI
7383 uses : pypa/gh-action-pypi-publish@release/v1
7484
Original file line number Diff line number Diff line change 11# AER Quantum Server Plugin
22
3- ![ build, test and publish] ( https://github.com/github/Dpbm/aer_plugin /workflows/build_test_publish.yml/badge.svg )
4- ![ release version] ( https://github.com/github/Dpbm/aer_plugin /workflows/release.yml/badge.svg )
3+ ![ Build, Test and publish] ( https://github.com/quantum-plugins/aer-plugin/actions /workflows/build_test_publish.yml/badge.svg )
4+ ![ release version] ( https://github.com/quantum-plugins/aer-plugin/actions /workflows/release.yml/badge.svg )
55
66This is the AER plugin for quantum local server. With it, you can easily run your AER jobs in a local server outside your own computer.
77
You can’t perform that action at this time.
0 commit comments