Skip to content

Commit

Permalink
ci: push to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed May 31, 2024
1 parent 806c431 commit d05f723
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,13 @@ file.

## Usage

> The documentation is available at <>.
> The documentation is available at <https://quarkslab.github.io/crypto-condor>.
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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit d05f723

Please sign in to comment.