From d05f723b5553477d171b34712ccdfa7e281300ec Mon Sep 17 00:00:00 2001 From: JulioLoayzaM Date: Fri, 31 May 2024 09:09:23 +0200 Subject: [PATCH] ci: push to PyPI --- .github/workflows/main.yml | 6 ++---- README.md | 5 +++-- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a433011..f1afc36 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -194,8 +194,8 @@ jobs: if: startsWith(github.ref, 'refs/tags') runs-on: ubuntu-22.04 environment: - name: testpypi - url: https://test.pypi.org/p/crypto-condor + name: pypi + url: https://pypi.org/p/crypto-condor permissions: contents: write id-token: write @@ -214,6 +214,4 @@ jobs: path: ./dist/ - name: Publish the package uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ diff --git a/README.md b/README.md index 59585c5..d3f83ec 100644 --- a/README.md +++ b/README.md @@ -61,12 +61,13 @@ file. ## Usage -> The documentation is available at <>. +> The documentation is available at . Once installed, the CLI is available as `crypto-condor-cli`. It is structured in commands, similar to Git. Run it without arguments or with `--help` to display the help message detailing the available subcommands. You can check [the -documentation] for a quick rundown of all the commands. +documentation](https://quarkslab.github.io/crypto-condor) for a quick rundown of +all the commands. As for the Python library, it is available as `crypto_condor` (note the underscore). Each primitive has its own module under `primitives`, e.g. diff --git a/pyproject.toml b/pyproject.toml index 4ecbe19..73d2b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crypto-condor" -version = "2024.05.30-rc5" +version = "2024.05.30-rc6" description = "Compliance testing for implementations of cryptographic primitives" license = "Apache-2.0" authors = [