We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def8113 commit d1437eeCopy full SHA for d1437ee
.github/workflows/release.yml
@@ -127,4 +127,6 @@ jobs:
127
gh release create "v${version}" --generate-notes $wheel_file $source_file $docs_file
128
129
- name: Create PyPI Release
130
- run: uv publish dist/epymorph-*-py3-none-any.whl dist/epymorph-*.tar.gz
+ run: |
131
+ version="$EPYMORPH_VERSION"
132
+ uv publish "dist/epymorph-${version}-py3-none-any.whl" "dist/epymorph-${version}.tar.gz"
0 commit comments