diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30ea2a8..a433011 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -186,7 +186,7 @@ jobs: - name: Upload build uses: actions/upload-artifact@v3 with: - name: package-build + name: package-build-${{ github.sha }} path: ./dist/* publish: @@ -210,7 +210,7 @@ jobs: - name: Download build uses: actions/download-artifact@v3 with: - # By omitting the name we are downloading all the artifacts + name: package-build-${{ github.sha }} path: ./dist/ - name: Publish the package uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/pyproject.toml b/pyproject.toml index e803201..0c85a18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crypto-condor" -version = "2024.05.30-rc3" +version = "2024.05.30-rc4" description = "Compliance testing for implementations of cryptographic primitives" license = "Apache-2.0" authors = [