diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 3bf18a3..3c76a44 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -14,7 +14,7 @@ on: release: types: [published] workflow_dispatch: - + permissions: contents: read @@ -25,6 +25,7 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write + environment: release steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 1551d4f..e48bf3b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index ce54df4..d88b503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" maintainers = [ { name = "Calcul Québec", email = "support@tech.alliancecan.ca" }, ] -license = { file = "LICENSE" } +license = "Apache Software License (Apache License 2.0)" classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console", @@ -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