We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4c4f98 + e2c870c commit 602ddd8Copy full SHA for 602ddd8
.github/workflows/python.yml
@@ -310,9 +310,11 @@ jobs:
310
-e '/^## / {ok=1; next}' \
311
-e 'ok {print}' \
312
"openslide_python-$version/CHANGELOG.md" > changes
313
+ # create release; upload artifacts but not *.publish.attestation
314
+ # files created by gh-action-pypi-publish
315
gh release create --latest --verify-tag \
316
--repo "${{ github.repository }}" \
317
--title "OpenSlide Python $version" \
318
--notes-file changes \
319
"${{ github.ref_name }}" \
- "${{ needs.pre-commit.outputs.dist-base }}/"*
320
+ "${{ needs.pre-commit.outputs.dist-base }}/"*.{tar.gz,tar.xz,whl}
0 commit comments