Skip to content

Commit

Permalink
ci: specify artifact name for package build
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed May 30, 2024
1 parent 005b674 commit b4e27ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
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-rc3"
version = "2024.05.30-rc4"
description = "Compliance testing for implementations of cryptographic primitives"
license = "Apache-2.0"
authors = [
Expand Down

0 comments on commit b4e27ba

Please sign in to comment.