Skip to content

Commit b28319d

Browse files
committed
updated readme and workflows
1 parent a2b399c commit b28319d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/build_test_publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@ jobs:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
This 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

0 commit comments

Comments
 (0)