Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed Jun 4, 2024
1 parent fa2a248 commit b626df6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
make docs-ci
upload-docs:
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
if: github.ref == 'refs/heads/main'
needs: [test,docs]
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:

pages:
needs: [upload-docs]
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
if: github.ref == 'refs/heads/main'
permissions:
pages: write
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# crypto-condor

<img align="right" src="crypto-condor.png" width="250">
<img align="right" src="crypto-condor.png" width="250" alt="The logo of crypto-condor, depicting a condor holding a key.">

crypto-condor is a tool for compliance testing of cryptographic primitives, in
the form of a Python library and CLI. It is complemented by an extensive
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.06.04-rc3"
version = "2024.06.04"
description = "Compliance testing for implementations of cryptographic primitives"
license = "Apache-2.0"
authors = [
Expand Down

0 comments on commit b626df6

Please sign in to comment.