Skip to content

Commit

Permalink
Merge pull request #2 from calculquebec/dev
Browse files Browse the repository at this point in the history
updating workflow and metadata
  • Loading branch information
Scirelgar authored Feb 19, 2024
2 parents 1de5f98 + fc0eab8 commit a2e95c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
release:
types: [published]
workflow_dispatch:


permissions:
contents: read
Expand All @@ -25,6 +25,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
environment: release

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ As shown in the diagram below, this plugin is used in Pennylane as a [device](ht

## Local installation

This plugin is not yet available on PyPI, so you'll need to install it locally.
This plugin is available on PyPI, but it is recommended to install it locally with the following instructions.

You'll need to clone this repo and then install the dependencies with the following instructions, eighter with conda or pip.
You'll need to clone this repo and then install the dependencies, eighter with conda or pip.

### Conda

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
maintainers = [
{ name = "Calcul Québec", email = "[email protected]" },
]
license = { file = "LICENSE" }
license = "Apache Software License (Apache License 2.0)"
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand All @@ -34,7 +34,6 @@ classifiers = [

[project.urls]
Source = "https://github.com/calculquebec/pennylane-snowflurry"
homepage = "https://github.com/calculquebec/pennylane-snowflurry"

[project.scripts]
# Not sure if this is where we configure entry points
Expand Down

0 comments on commit a2e95c3

Please sign in to comment.