Skip to content

Commit 324b3b4

Browse files
committed
skip existing artifact for now
1 parent 5d20de6 commit 324b3b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,15 @@ jobs:
175175
repository-url: "https://upload.pypi.org/legacy/"
176176
print-hash: true
177177
packages-dir: ${{ env.PACKAGE_NAME }}-artifacts
178-
skip-existing: false
178+
skip-existing: true
179179

180180
- name: Release to GitHub
181181
uses: ansys/actions/release-github@v9
182182
with:
183183
library-name: ${{ env.PACKAGE_NAME }}
184184
token: ${{ secrets.GITHUB_TOKEN }}
185+
generate_release_notes: false
186+
add-artifact-attestation-notes: true
185187

186188
doc-deploy-dev:
187189
name: "Deploy development documentation"

0 commit comments

Comments
 (0)